]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-oxnas/Kconfig
ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
[mirror_ubuntu-artful-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"
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