mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
56a34b03ff
... in preparation for common clock coming for Integrator and Versatile Express. Based on Linus Walleij's "ARM: integrator: convert to common clock" patch. Signed-off-by: Pawel Moll <pawel.moll@arm.com>
26 lines
401 B
Plaintext
26 lines
401 B
Plaintext
if PLAT_VERSATILE
|
|
|
|
config PLAT_VERSATILE_CLOCK
|
|
bool
|
|
|
|
config PLAT_VERSATILE_CLCD
|
|
bool
|
|
|
|
config PLAT_VERSATILE_FPGA_IRQ
|
|
bool
|
|
select IRQ_DOMAIN
|
|
|
|
config PLAT_VERSATILE_FPGA_IRQ_NR
|
|
int
|
|
default 4
|
|
depends on PLAT_VERSATILE_FPGA_IRQ
|
|
|
|
config PLAT_VERSATILE_LEDS
|
|
def_bool y if LEDS_CLASS
|
|
depends on ARCH_REALVIEW || ARCH_VERSATILE
|
|
|
|
config PLAT_VERSATILE_SCHED_CLOCK
|
|
def_bool y
|
|
|
|
endif
|