diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2011-05-20 09:34:24 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-20 23:34:25 +0200 |
commit | 558d774a4aa74e47849f356ede1ab51e3a03dd4d (patch) | |
tree | b09115150680401058155f1ffa4afcd07775f5d5 /arch/arm/mach-spear3xx/Kconfig320 | |
parent | ARM: 6929/1: SPEAr3xx: Append spear3** with global device structures (diff) | |
download | linux-558d774a4aa74e47849f356ede1ab51e3a03dd4d.tar.xz linux-558d774a4aa74e47849f356ede1ab51e3a03dd4d.zip |
ARM: 6931/1: SPEAr3xx: Rework KConfig to allow all boards to be compiled in
Now that all three SPEAr3xx platforms can be built into one kernel,
rework KConfig to allow this. Move everything into one KConfig file
while we are here.
Reviewed-by: Stanley Miao <stanley.miao@windriver.com>
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-spear3xx/Kconfig320 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-spear3xx/Kconfig320 b/arch/arm/mach-spear3xx/Kconfig320 deleted file mode 100644 index 1c1d438399b8..000000000000 --- a/arch/arm/mach-spear3xx/Kconfig320 +++ /dev/null @@ -1,17 +0,0 @@ -# -# SPEAr320 machine configuration file -# - -if MACH_SPEAR320 - -choice - prompt "SPEAr320 Boards" - default BOARD_SPEAR320_EVB - -config BOARD_SPEAR320_EVB - bool "SPEAr320 Evaluation Board" - help - Supports ST SPEAr320 Evaluation Board -endchoice - -endif #MACH_SPEAR320 |