blob: 2dde0acf01fd03d9fd50c026126623a8631db8c1 [file] [log] [blame]
Neil Armstrong8c9184b2016-03-03 10:42:15 +01001menuconfig ARCH_OXNAS
2 bool "Oxford Semiconductor OXNAS Family SoCs"
Neil Armstrong8c9184b2016-03-03 10:42:15 +01003 select ARCH_HAS_RESET_CONTROLLER
Linus Walleij5c34a4e2016-06-02 14:10:16 +02004 select GPIOLIB
Neil Armstrong8c9184b2016-03-03 10:42:15 +01005 select PINCTRL
6 depends on ARCH_MULTI_V5
7 help
8 Support for OxNas SoC family developed by Oxford Semiconductor.
9
10if ARCH_OXNAS
11
12config MACH_OX810SE
13 bool "Support OX810SE Based Products"
14 select ARM_TIMER_SP804
15 select COMMON_CLK_OXNAS
16 select CPU_ARM926T
17 select MFD_SYSCON
18 select PINCTRL_OXNAS
19 select RESET_OXNAS
20 select VERSATILE_FPGA_IRQ
21 help
22 Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
23
24endif