diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-20 15:09:55 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-20 15:09:55 +0100 |
commit | ef0d46d6711f06c3dfc0b6e3af2e4d6495415d37 (patch) | |
tree | b60a2f166fa13ae93a5afbdc18246b056efa56a5 /arch/arm/configs | |
parent | ARM: omap2plus_defconfig: Enable PWM_VIBRA (diff) | |
download | linux-ef0d46d6711f06c3dfc0b6e3af2e4d6495415d37.tar.xz linux-ef0d46d6711f06c3dfc0b6e3af2e4d6495415d37.zip |
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')
-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 |