From 9b82561b775c7b226a5ff28be5189fba0455e265 Mon Sep 17 00:00:00 2001 From: Zheng Liu Date: Tue, 7 Oct 2014 11:17:49 -0700 Subject: arm: tegra12_defconfig: make audio drivers inbuilt Revert previous changes to modularize the audio drivers. The module probe/remove paths of these drivers are untested and buggy. Make these drivers built-in until the bugs are worked out, and schedule allows for thorough testing. Bug 1536426 Change-Id: Ic1698e7205b1d97461051cd1e25a513dac9649fe Signed-off-by: Zheng Liu Reviewed-on: http://git-master/r/554287 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Winnie Hsu --- arch/arm/configs/tegra12_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/tegra12_defconfig b/arch/arm/configs/tegra12_defconfig index db805cdff451..58f688bb6832 100644 --- a/arch/arm/configs/tegra12_defconfig +++ b/arch/arm/configs/tegra12_defconfig @@ -377,9 +377,9 @@ CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10 CONFIG_SND_USB_AUDIO=y CONFIG_SND_SOC=y CONFIG_SND_SOC_TEGRA=y -CONFIG_SND_SOC_TEGRA_RT5639=m -CONFIG_SND_SOC_TEGRA_RT5640=m -CONFIG_SND_SOC_TEGRA_MAX98090=m +CONFIG_SND_SOC_TEGRA_RT5639=y +CONFIG_SND_SOC_TEGRA_RT5640=y +CONFIG_SND_SOC_TEGRA_MAX98090=y CONFIG_UHID=y CONFIG_HID_A4TECH=y CONFIG_HID_ACRUX=y -- cgit v1.2.3