add new target 'oxnas'
[openwrt.git] / target / linux / oxnas / files / arch / arm / mach-oxnas / Kconfig
diff --git a/target/linux/oxnas/files/arch/arm/mach-oxnas/Kconfig b/target/linux/oxnas/files/arch/arm/mach-oxnas/Kconfig
new file mode 100644 (file)
index 0000000..eb96f1b
--- /dev/null
@@ -0,0 +1,24 @@
+choice
+       prompt "Oxnas platform type"
+       default MACH_OXNAS
+       depends on ARCH_OXNAS
+
+config MACH_OX820
+       bool "Generic NAS7820 Support"
+       select ARM_GIC
+       select GENERIC_CLOCKEVENTS
+       select CPU_V6K
+       select HAVE_ARM_SCU if SMP
+       select HAVE_ARM_TWD if SMP
+       select HAVE_SMP
+       select PLXTECH_RPS
+       select CLKSRC_OF
+       select CLKSRC_RPS_TIMER
+       select USB_ARCH_HAS_EHCI
+       select PINCTRL_OXNAS
+       select PINCTRL
+       select RESET_CONTROLLER_OXNAS
+       help
+         Include support for the ox820 platform.
+
+endchoice