]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/mach-oxnas/Kconfig
ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-oxnas / Kconfig
1 menuconfig 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
10 if ARCH_OXNAS
11
12 config MACH_OX810SE
13 bool "Support OX810SE Based Products"
14 select COMMON_CLK_OXNAS
15 select CPU_ARM926T
16 select MFD_SYSCON
17 select OXNAS_RPS_TIMER
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
24 endif