ARM: Add new mach-oxnas
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 3 Mar 2016 09:42:15 +0000 (10:42 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 26 Apr 2016 07:50:52 +0000 (09:50 +0200)
Add mach-oxnas directory containing Kconfig.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/Kconfig
arch/arm/mach-oxnas/Kconfig [new file with mode: 0644]

index cdfa6c2..4d48e23 100644 (file)
@@ -804,6 +804,8 @@ source "arch/arm/plat-pxa/Kconfig"
 
 source "arch/arm/mach-mmp/Kconfig"
 
+source "arch/arm/mach-oxnas/Kconfig"
+
 source "arch/arm/mach-qcom/Kconfig"
 
 source "arch/arm/mach-realview/Kconfig"
diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
new file mode 100644 (file)
index 0000000..4fff3c7
--- /dev/null
@@ -0,0 +1,24 @@
+menuconfig ARCH_OXNAS
+       bool "Oxford Semiconductor OXNAS Family SoCs"
+       select ARCH_REQUIRE_GPIOLIB
+       select ARCH_HAS_RESET_CONTROLLER
+       select PINCTRL
+       depends on ARCH_MULTI_V5
+       help
+         Support for OxNas SoC family developed by Oxford Semiconductor.
+
+if ARCH_OXNAS
+
+config MACH_OX810SE
+       bool "Support OX810SE Based Products"
+       select ARM_TIMER_SP804
+       select COMMON_CLK_OXNAS
+       select CPU_ARM926T
+       select MFD_SYSCON
+       select PINCTRL_OXNAS
+       select RESET_OXNAS
+       select VERSATILE_FPGA_IRQ
+       help
+         Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
+
+endif