diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-20 17:09:55 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-20 17:09:55 +0300 |
commit | ef0d46d6711f06c3dfc0b6e3af2e4d6495415d37 (patch) | |
tree | b60a2f166fa13ae93a5afbdc18246b056efa56a5 /arch/arm/configs/omap2plus_defconfig | |
parent | a62c1cc1bc6255ff3bdb7f52037732d899060cad (diff) | |
download | linux-ef0d46d6711f06c3dfc0b6e3af2e4d6495415d37.tar.xz |
ARM: omap2plus_defconfig: Add AUDIO_GRAPH_CARD
This is needed for audio on droid 4.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index a309d24119e8..328e61a02ea5 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -387,7 +387,9 @@ CONFIG_SND_OMAP_SOC_HDMI_AUDIO=m CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m +CONFIG_SND_SOC_CPCAP=m CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD=m CONFIG_HID_GENERIC=m CONFIG_USB_HIDDEV=y CONFIG_USB_KBD=m |