2389d50143
This moves the Versatile FPGA interrupt controller driver, used in the Integrator/AP, Integrator/CP and some Versatile boards, out of arch/arm/plat-versatile and down to drivers/irqchip where we have consensus that such drivers belong. The header file is consequently moved to <linux/platform_data/irq-versatile-fpga.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
if PLAT_VERSATILE
|
|
|
|
config PLAT_VERSATILE_CLOCK
|
|
bool
|
|
|
|
config PLAT_VERSATILE_CLCD
|
|
bool
|
|
|
|
config PLAT_VERSATILE_LEDS
|
|
def_bool y if NEW_LEDS
|
|
depends on ARCH_REALVIEW || ARCH_VERSATILE
|
|
select LEDS_CLASS
|
|
select LEDS_TRIGGER
|
|
|
|
config PLAT_VERSATILE_SCHED_CLOCK
|
|
def_bool y
|
|
|
|
endif
|