diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-12-17 13:21:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-18 13:23:09 +0100 |
commit | eab5b50a13de4717cad5eda3d26d889f2f4ea37d (patch) | |
tree | 5374691b665d7ce21288ae3dc56142ac671d21cb | |
parent | ARM: omap2plus_defconfig: Update the audio options (diff) | |
download | linux-eab5b50a13de4717cad5eda3d26d889f2f4ea37d.tar.xz linux-eab5b50a13de4717cad5eda3d26d889f2f4ea37d.zip |
ARM: omap1_defconfig: Do not select ASoC by default
No audio support is enabled by default via ASoC, disable the code as well.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | arch/arm/configs/omap1_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig index 72f4bc83f467..cfc00b0961ec 100644 --- a/arch/arm/configs/omap1_defconfig +++ b/arch/arm/configs/omap1_defconfig @@ -175,8 +175,6 @@ CONFIG_SND_PCM_OSS=y # CONFIG_SND_VERBOSE_PROCFS is not set CONFIG_SND_DUMMY=y CONFIG_SND_USB_AUDIO=y -CONFIG_SND_SOC=y -CONFIG_SND_OMAP_SOC=y # CONFIG_USB_HID is not set CONFIG_USB=y CONFIG_USB_PHY=y |