mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
ddb902cc34
Multi-platform requires various kconfig options to be selected, so platforms don't need to select them individually. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
config ARCH_NSPIRE
|
|
bool "TI-NSPIRE based"
|
|
depends on ARCH_MULTI_V4_V5
|
|
depends on MMU
|
|
select CPU_ARM926T
|
|
select GENERIC_IRQ_CHIP
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_TIMER_SP804
|
|
help
|
|
This enables support for systems using the TI-NSPIRE CPU
|