]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-oxnas/Kconfig
Merge remote-tracking branches 'asoc/topic/sgtl5000', 'asoc/topic/simple', 'asoc...
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-oxnas / Kconfig
CommitLineData
8c9184b7
NA
1menuconfig ARCH_OXNAS
2 bool "Oxford Semiconductor OXNAS Family SoCs"
8c9184b7 3 select ARCH_HAS_RESET_CONTROLLER
5c34a4e8 4 select GPIOLIB
8c9184b7
NA
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"
af9d238c 14 select ARCH_HAS_RESET_CONTROLLER
8c9184b7
NA
15 select COMMON_CLK_OXNAS
16 select CPU_ARM926T
17 select MFD_SYSCON
fa06f54a 18 select OXNAS_RPS_TIMER
8c9184b7 19 select PINCTRL_OXNAS
af9d238c 20 select RESET_CONTROLLER
8c9184b7
NA
21 select RESET_OXNAS
22 select VERSATILE_FPGA_IRQ
23 help
24 Include Support for the Oxford Semiconductor OX810SE SoC Based Products.
25
26endif