diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-12-02 13:51:55 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-12 16:39:36 (GMT) |
commit | 4b6effb6ff38aab60d224cefba76b016552f8bf8 (patch) | |
tree | 176c300163c884c5390a188c2c29d6bba66f30a4 /arch/arm/mach-spear6xx/Kconfig | |
parent | d42799b7827bcb92c47de26f900e75885bcb447b (diff) | |
download | linux-4b6effb6ff38aab60d224cefba76b016552f8bf8.tar.xz |
ARM: spear: merge Kconfig files
As a preparation to merging the spear platforms into one directory, this
merges the four Kconfig files into one.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear6xx/Kconfig')
-rw-r--r-- | arch/arm/mach-spear6xx/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-spear6xx/Kconfig b/arch/arm/mach-spear6xx/Kconfig deleted file mode 100644 index 339f397..0000000 --- a/arch/arm/mach-spear6xx/Kconfig +++ /dev/null @@ -1,10 +0,0 @@ -# -# SPEAr6XX Machine configuration file -# - -config MACH_SPEAR600 - def_bool y - depends on ARCH_SPEAR6XX - select USE_OF - help - Supports ST SPEAr600 boards configured via the device-tree |