mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 18:25:27 +07:00
7c2d780ec0
* commit '5c34a4e89c743339f78cafb2f2a826a010f0746a': ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB ARM: uniphier: drop code for old DT binding These cause a harmless conflict with the clps711x multiplatform support, and it's easy to resolve. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
25 lines
555 B
Plaintext
25 lines
555 B
Plaintext
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
|