summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Liu <zhliu@nvidia.com>2014-10-07 11:17:49 -0700
committerWinnie Hsu <whsu@nvidia.com>2014-10-07 18:02:36 -0700
commit9b82561b775c7b226a5ff28be5189fba0455e265 (patch)
treed2976f1bb1ec2c4e111b9b6ebd6a813a516f3072
parent999d45effe06a69f28d87c8517b94a109cffbb45 (diff)
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 <zhliu@nvidia.com> Reviewed-on: http://git-master/r/554287 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Winnie Hsu <whsu@nvidia.com>
-rw-r--r--arch/arm/configs/tegra12_defconfig6
1 files 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