forked from Minki/linux
ea71d9a600
Using CLKSRC_OF allows to remove the SoC specific sunxi_timer.h header, and instead of using a custom init function in the machine definition use the standard clocksource_of_init function. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
config ARCH_SUNXI
|
|
bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
|
|
select CLKSRC_MMIO
|
|
select CLKSRC_OF
|
|
select COMMON_CLK
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_IRQ_CHIP
|
|
select PINCTRL
|
|
select SPARSE_IRQ
|
|
select SUNXI_TIMER
|
|
select PINCTRL_SUNXI |