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-versatile/Kconfig | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 arch/arm/mach-versatile/Kconfig (limited to 'arch/arm/mach-versatile/Kconfig') diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig new file mode 100644 index 00000000..c1f38f66 --- /dev/null +++ b/arch/arm/mach-versatile/Kconfig @@ -0,0 +1,28 @@ +menu "Versatile platform type" + depends on ARCH_VERSATILE + +config ARCH_VERSATILE_PB + bool "Support Versatile Platform Baseboard for ARM926EJ-S" + select CPU_ARM926T + select MIGHT_HAVE_PCI + default y + help + Include support for the ARM(R) Versatile Platform Baseboard + for the ARM926EJ-S. + +config MACH_VERSATILE_AB + bool "Support Versatile Application Baseboard for ARM926EJ-S" + select CPU_ARM926T + help + Include support for the ARM(R) Versatile Application Baseboard + for the ARM926EJ-S. + +config MACH_VERSATILE_DT + bool "Support Versatile platform from device tree" + select USE_OF + select CPU_ARM926T + help + Include support for the ARM(R) Versatile/PB platform, + using the device tree for discovery + +endmenu -- cgit