18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_cimenuconfig ARCH_OXNAS 38c2ecf20Sopenharmony_ci bool "Oxford Semiconductor OXNAS Family SoCs" 48c2ecf20Sopenharmony_ci select ARCH_HAS_RESET_CONTROLLER 58c2ecf20Sopenharmony_ci select COMMON_CLK_OXNAS 68c2ecf20Sopenharmony_ci select GPIOLIB 78c2ecf20Sopenharmony_ci select MFD_SYSCON 88c2ecf20Sopenharmony_ci select OXNAS_RPS_TIMER 98c2ecf20Sopenharmony_ci select PINCTRL_OXNAS 108c2ecf20Sopenharmony_ci select RESET_CONTROLLER 118c2ecf20Sopenharmony_ci select RESET_OXNAS 128c2ecf20Sopenharmony_ci select VERSATILE_FPGA_IRQ 138c2ecf20Sopenharmony_ci select PINCTRL 148c2ecf20Sopenharmony_ci depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 158c2ecf20Sopenharmony_ci help 168c2ecf20Sopenharmony_ci Support for OxNas SoC family developed by Oxford Semiconductor. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciif ARCH_OXNAS 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciconfig MACH_OX810SE 218c2ecf20Sopenharmony_ci bool "Support OX810SE Based Products" 228c2ecf20Sopenharmony_ci depends on ARCH_MULTI_V5 238c2ecf20Sopenharmony_ci select CPU_ARM926T 248c2ecf20Sopenharmony_ci help 258c2ecf20Sopenharmony_ci Include Support for the Oxford Semiconductor OX810SE SoC Based Products. 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ciconfig MACH_OX820 288c2ecf20Sopenharmony_ci bool "Support OX820 Based Products" 298c2ecf20Sopenharmony_ci depends on ARCH_MULTI_V6 308c2ecf20Sopenharmony_ci select ARM_GIC 318c2ecf20Sopenharmony_ci select DMA_CACHE_RWFO if SMP 328c2ecf20Sopenharmony_ci select HAVE_SMP 338c2ecf20Sopenharmony_ci select HAVE_ARM_SCU if SMP 348c2ecf20Sopenharmony_ci select HAVE_ARM_TWD if SMP 358c2ecf20Sopenharmony_ci help 368c2ecf20Sopenharmony_ci Include Support for the Oxford Semiconductor OX820 SoC Based Products. 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ciendif 39