aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-oxnas/Kconfig
blob: 567496bd250a2fc5c8037ed203dc71d203521be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
menuconfig ARCH_OXNAS
	bool "Oxford Semiconductor OXNAS Family SoCs"
	select ARCH_HAS_RESET_CONTROLLER
	select GPIOLIB
	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 COMMON_CLK_OXNAS
	select CPU_ARM926T
	select MFD_SYSCON
	select OXNAS_RPS_TIMER
	select PINCTRL_OXNAS
	select RESET_OXNAS
	select VERSATILE_FPGA_IRQ
	help
	  Include Support for the Oxford Semiconductor OX810SE SoC Based Products.

endif