Messages in this thread Patch in this message |  | | | Subject | [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE | | From | Paul Bolle <> | | Date | Wed, 06 Jun 2012 23:26:00 +0200 |
| |
Commit 72fb92200d6c31b9982c06784e4bcff2f5b7d8b6 ("mfd/ab5500: delete AB5500 support") deleted the Kconfig symbol AB5500_CORE. Let's also delete its last usage in u8500_defconfig.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- 0) Tested with "git grep" only. 1) There's also CONFIG_SND_SOC_UX500_AB5500 in sound/soc/ux500/ux500_msp_dai.h. Was it related? (Note that there's no Kconfig symbol SND_SOC_UX500_AB5500, so CONFIG_SND_SOC_UX500_AB5500 is currently undefined.)
arch/arm/configs/u8500_defconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 2d4f661..5ff8c89 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -71,7 +71,6 @@ CONFIG_AB8500_BM=y CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL=y CONFIG_MFD_STMPE=y CONFIG_MFD_TC3589X=y -CONFIG_AB5500_CORE=y CONFIG_AB8500_CORE=y CONFIG_REGULATOR=y CONFIG_REGULATOR_AB8500=y -- 1.7.7.6
|  |