diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 17:01:11 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 17:03:45 (GMT) |
commit | 382bd12528777be5236acf0a19e016aebfc9a34a (patch) | |
tree | 905821846f6ced8e482a5fd9822702bb2393f125 /arch/arm/mach-ux500 | |
parent | 2c43ee4481689586be3430684f543f53ab3dfe35 (diff) | |
download | linux-fsl-qoriq-382bd12528777be5236acf0a19e016aebfc9a34a.tar.xz |
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 94d80a4..d008812 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. |