Commit 202fae9b authored by viresh kumar's avatar viresh kumar Committed by Russell King
Browse files

ARM: 6934/1: SPEAr6xx: Rework Kconfig for single image solution

parent 7d354e40
Loading
Loading
Loading
Loading
+8 −7
Original line number Original line Diff line number Diff line
@@ -4,17 +4,18 @@


if ARCH_SPEAR6XX
if ARCH_SPEAR6XX


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

endmenu


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

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


endif #ARCH_SPEAR6XX
endif #ARCH_SPEAR6XX

arch/arm/mach-spear6xx/Kconfig600

deleted100644 → 0
+0 −17
Original line number Original line Diff line number Diff line
#
# SPEAr600 machine configuration file
#

if MACH_SPEAR600

choice
	prompt "SPEAr600 Boards"
	default BOARD_SPEAR600_EVB

config	BOARD_SPEAR600_EVB
	bool "SPEAr600 Evaluation Board"
	help
	  Supports ST SPEAr600 Evaluation Board
endchoice

endif	#MACH_SPEAR600