From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- arch/arm/mach-spear6xx/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 arch/arm/mach-spear6xx/Kconfig (limited to 'arch/arm/mach-spear6xx/Kconfig') diff --git a/arch/arm/mach-spear6xx/Kconfig b/arch/arm/mach-spear6xx/Kconfig new file mode 100644 index 00000000..fbe298bd --- /dev/null +++ b/arch/arm/mach-spear6xx/Kconfig @@ -0,0 +1,22 @@ +# +# SPEAr6XX Machine configuration file +# + +if ARCH_SPEAR6XX + +menu "SPEAr6xx Implementations" +config BOARD_SPEAR600_DT + bool "SPEAr600 generic board configured via device-tree" + select MACH_SPEAR600 + select USE_OF + help + Supports ST SPEAr600 boards configured via the device-tree + +endmenu + +config MACH_SPEAR600 + bool "SPEAr600" + help + Supports ST SPEAr600 Machine + +endif #ARCH_SPEAR6XX -- cgit