dw_apb_timer_of is the driver part facing devicetree platforms and calls into dw_apb_timer with the data gathered from the dt. Currently the two platforms using the dw_apb_timer_of select both the options for the core timer and the dt addon. As dw_apb_timer_of always depends on dw_apb_timer let it select DW_APB_TIMER itself without the need for every platform to do it. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Jamie Iles <jamie@jamieiles.com> Acked-by: Dinh Nguyen <dinguyen@altera.com>
17 lines
364 B
Plaintext
17 lines
364 B
Plaintext
config ARCH_SOCFPGA
|
|
bool "Altera SOCFPGA family" if ARCH_MULTI_V7
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select CACHE_L2X0
|
|
select CLKDEV_LOOKUP
|
|
select COMMON_CLK
|
|
select CPU_V7
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select GPIO_PL061 if GPIOLIB
|
|
select HAVE_ARM_SCU
|
|
select HAVE_SMP
|
|
select SPARSE_IRQ
|
|
select USE_OF
|