Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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 Diff line number Diff line
@@ -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

arch/arm/mach-spear6xx/Kconfig600

deleted100644 → 0
+0 −17
Original line number 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