• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1menuconfig ARCH_OXNAS
2	bool "Oxford Semiconductor OXNAS Family SoCs"
3	select ARCH_HAS_RESET_CONTROLLER
4	select GPIOLIB
5	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 ARCH_HAS_RESET_CONTROLLER
15	select COMMON_CLK_OXNAS
16	select CPU_ARM926T
17	select MFD_SYSCON
18	select OXNAS_RPS_TIMER
19	select PINCTRL_OXNAS
20	select RESET_CONTROLLER
21	select RESET_OXNAS
22	select VERSATILE_FPGA_IRQ
23	help
24	  Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
25
26endif
27