mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 21:16:44 +07:00
bb0eb050a5
The config option name is now renamed to 'TIMER_OF' for consistency with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
menuconfig ARCH_CLPS711X
|
|
bool "Cirrus Logic EP721x/EP731x-based"
|
|
depends on ARCH_MULTI_V4T
|
|
select AUTO_ZRELADDR
|
|
select TIMER_OF
|
|
select CLPS711X_TIMER
|
|
select COMMON_CLK
|
|
select CPU_ARM720T
|
|
select GENERIC_CLOCKEVENTS
|
|
select GPIOLIB
|
|
select MFD_SYSCON
|
|
select OF_IRQ
|
|
select USE_OF
|
|
help
|
|
Select this if you use ARMv4T Cirrus Logic chips.
|