mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
d683b9dcc8
Change the Kconfig option logic to fullfil with the current approach. A new Kconfig option is added, CONFIG_NSPIRE_TIMER and is selected by the platform. Then the clocksource's Kconfig is changed to make this option selectable by the user if the COMPILE_TEST option is set. Otherwise, it is up to the platform's Kconfig to select the timer. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
12 lines
277 B
Text
12 lines
277 B
Text
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
|
|
select NSPIRE_TIMER
|
|
help
|
|
This enables support for systems using the TI-NSPIRE CPU
|