diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 12:01:11 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 12:03:45 -0500 |
commit | 382bd12528777be5236acf0a19e016aebfc9a34a (patch) | |
tree | 905821846f6ced8e482a5fd9822702bb2393f125 /arch/arm/mach-ux500 | |
parent | 2c43ee4481689586be3430684f543f53ab3dfe35 (diff) |
ARM: ux500: delete TPS6105X selection
Having this driver selected here only cause problems, get it
out of there and selected it from menuconfig or wherever
instead. Mea culpa.
Cc: Mathieu Poirer <mathieu.poirier@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 94d80a4e437..d0088129720 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -25,7 +25,6 @@ menu "Ux500 target platform (boards)" | |||
25 | config MACH_U8500 | 25 | config MACH_U8500 |
26 | bool "U8500 Development platform" | 26 | bool "U8500 Development platform" |
27 | select UX500_SOC_DB8500 | 27 | select UX500_SOC_DB8500 |
28 | select TPS6105X | ||
29 | help | 28 | help |
30 | Include support for the mop500 development platform. | 29 | Include support for the mop500 development platform. |
31 | 30 | ||