mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
1b4eca0f63
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>
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
config ARCH_PICOXCELL
|
|
bool "Picochip PicoXcell" if ARCH_MULTI_V6
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_PATCH_PHYS_VIRT
|
|
select ARM_VIC
|
|
select CPU_V6K
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_TCM
|
|
select NO_IOPORT
|
|
select SPARSE_IRQ
|
|
select USE_OF
|