Skip to content

Commit

Permalink
ARM: 6934/1: SPEAr6xx: Rework Kconfig for single image solution
Browse files Browse the repository at this point in the history
Reviewed-by: Stanley Miao <stanley.miao@windriver.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
viresh kumar authored and Russell King committed May 20, 2011
1 parent 7d354e4 commit 202fae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
15 changes: 8 additions & 7 deletions arch/arm/mach-spear6xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

if ARCH_SPEAR6XX

choice
prompt "SPEAr6XX Family"
default MACH_SPEAR600
menu "SPEAr6xx Implementations"
config BOARD_SPEAR600_EVB
bool "SPEAr600 Evaluation Board"
select MACH_SPEAR600
help
Supports ST SPEAr600 Evaluation Board

endmenu

config MACH_SPEAR600
bool "SPEAr600"
help
Supports ST SPEAr600 Machine
endchoice

# Adding SPEAr6XX machine specific configuration files
source "arch/arm/mach-spear6xx/Kconfig600"

endif #ARCH_SPEAR6XX
17 changes: 0 additions & 17 deletions arch/arm/mach-spear6xx/Kconfig600

This file was deleted.

0 comments on commit 202fae9

Please sign in to comment.