]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/arm/mach-oxnas/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / arch / arm / mach-oxnas / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_OXNAS
3 bool "Oxford Semiconductor OXNAS Family SoCs"
4 select ARCH_HAS_RESET_CONTROLLER
5 select COMMON_CLK_OXNAS
6 select GPIOLIB
7 select MFD_SYSCON
8 select OXNAS_RPS_TIMER
9 select PINCTRL_OXNAS
10 select RESET_CONTROLLER
11 select RESET_OXNAS
12 select VERSATILE_FPGA_IRQ
13 select PINCTRL
14 depends on ARCH_MULTI_V5 || ARCH_MULTI_V6
15 help
16 Support for OxNas SoC family developed by Oxford Semiconductor.
17
18 if ARCH_OXNAS
19
20 config MACH_OX810SE
21 bool "Support OX810SE Based Products"
22 depends on ARCH_MULTI_V5
23 select CPU_ARM926T
24 help
25 Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
26
27 config MACH_OX820
28 bool "Support OX820 Based Products"
29 depends on ARCH_MULTI_V6
30 select ARM_GIC
31 select DMA_CACHE_RWFO if SMP
32 select HAVE_SMP
33 select HAVE_ARM_SCU if SMP
34 select HAVE_ARM_TWD if SMP
35 help
36 Include Support for the Oxford Semiconductor OX820 SoC Based Products.
37
38 endif