# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_ARCH_OXNAS[0m bool "Oxford Semiconductor OXNAS Family SoCs" select [31mCONFIG_ARCH_HAS_RESET_CONTROLLER[0m select [31mCONFIG_COMMON_CLK_OXNAS[0m select [31mCONFIG_GPIOLIB[0m select [31mCONFIG_MFD_SYSCON[0m select [31mCONFIG_OXNAS_RPS_TIMER[0m select [31mCONFIG_PINCTRL_OXNAS[0m select [31mCONFIG_RESET_CONTROLLER[0m select [31mCONFIG_RESET_OXNAS[0m select [31mCONFIG_VERSATILE_FPGA_IRQ[0m select [31mCONFIG_PINCTRL[0m depends on [31mCONFIG_ARCH_MULTI_V5[0m || [31mCONFIG_ARCH_MULTI_V6[0m help Support for OxNas SoC family developed by Oxford Semiconductor. if [31mCONFIG_ARCH_OXNAS[0m config [31mCONFIG_MACH_OX810SE[0m bool "Support OX810SE Based Products" depends on [31mCONFIG_ARCH_MULTI_V5[0m select [31mCONFIG_CPU_ARM926T[0m help Include Support for the Oxford Semiconductor OX810SE SoC Based Products. config [31mCONFIG_MACH_OX820[0m bool "Support OX820 Based Products" depends on [31mCONFIG_ARCH_MULTI_V6[0m select [31mCONFIG_ARM_GIC[0m select [31mCONFIG_DMA_CACHE_RWFO[0m if [31mCONFIG_SMP[0m select [31mCONFIG_HAVE_SMP[0m select [31mCONFIG_HAVE_ARM_SCU[0m if [31mCONFIG_SMP[0m select [31mCONFIG_HAVE_ARM_TWD[0m if [31mCONFIG_SMP[0m help Include Support for the Oxford Semiconductor OX820 SoC Based Products. endif |