From 849369d6c66d3054688672f97d31fceb8e8230fb Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2015 04:40:36 +0000 Subject: initial_commit --- arch/arm/mach-versatile/Kconfig | 20 ++++++++++++++++++++ 1 file changed, 20 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..9cdec5aa --- /dev/null +++ b/arch/arm/mach-versatile/Kconfig @@ -0,0 +1,20 @@ +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. + +endmenu -- cgit v1.2.3