diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 18:01:11 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 18:03:45 +0100 |
commit | 382bd12528777be5236acf0a19e016aebfc9a34a (patch) | |
tree | 905821846f6ced8e482a5fd9822702bb2393f125 /arch/arm/mach-ux500/Kconfig | |
parent | 2c43ee4481689586be3430684f543f53ab3dfe35 (diff) | |
download | talos-op-linux-382bd12528777be5236acf0a19e016aebfc9a34a.tar.gz talos-op-linux-382bd12528777be5236acf0a19e016aebfc9a34a.zip |
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/Kconfig')
-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 94d80a4e4370..d00881297202 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -25,7 +25,6 @@ menu "Ux500 target platform (boards)" config MACH_U8500 bool "U8500 Development platform" select UX500_SOC_DB8500 - select TPS6105X help Include support for the mop500 development platform. |