1# SPDX-License-Identifier: GPL-2.0-only 2config ARCH_NSPIRE 3 bool "TI-NSPIRE based" 4 depends on ARCH_MULTI_V4_V5 5 depends on MMU 6 select CPU_ARM926T 7 select GENERIC_IRQ_CHIP 8 select ARM_AMBA 9 select ARM_VIC 10 select ARM_TIMER_SP804 11 select NSPIRE_TIMER 12 help 13 This enables support for systems using the TI-NSPIRE CPU 14