diff options
author | Kyle Repinski <repinski23@gmail.com> | 2014-10-12 19:45:28 -0500 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-11-19 21:16:23 +0100 |
commit | e5c86b0a2e81ea0fca4d9ceb910286830c94ba70 (patch) | |
tree | c8f9f358f2e8311425bc74b03bf30764f6759b8b /arch/arm | |
parent | 4746315a356cae413eb8967356a4291951f48407 (diff) | |
download | kernel_samsung_tuna-e5c86b0a2e81ea0fca4d9ceb910286830c94ba70.zip kernel_samsung_tuna-e5c86b0a2e81ea0fca4d9ceb910286830c94ba70.tar.gz kernel_samsung_tuna-e5c86b0a2e81ea0fca4d9ceb910286830c94ba70.tar.bz2 |
tuna: Switch defconfig to use TWL6030_MADC.
GPADC has a number of issues with tuna, and they aren't just a simple fix like we had hoped.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/tuna_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/tuna_defconfig b/arch/arm/configs/tuna_defconfig index 5c810f1..5e9b035 100644 --- a/arch/arm/configs/tuna_defconfig +++ b/arch/arm/configs/tuna_defconfig @@ -1682,11 +1682,11 @@ CONFIG_TWL6030_POWER=y # CONFIG_TWL4030_CODEC is not set CONFIG_TWL6030_PWM=y # CONFIG_TWL6030_POWEROFF is not set -# CONFIG_TWL6030_MADC is not set +CONFIG_TWL6030_MADC=y CONFIG_TWL6040_CODEC=y # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC3589X is not set -CONFIG_TWL6030_GPADC=y +# CONFIG_TWL6030_GPADC is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_T7L66XB is not set # CONFIG_MFD_TC6387XB is not set |