Kconfig 439 B

123456789101112131415161718192021222324252627
  1. if PLAT_VERSATILE
  2. config PLAT_VERSATILE_CLOCK
  3. bool
  4. config PLAT_VERSATILE_CLCD
  5. bool
  6. config PLAT_VERSATILE_FPGA_IRQ
  7. bool
  8. select IRQ_DOMAIN
  9. config PLAT_VERSATILE_FPGA_IRQ_NR
  10. int
  11. default 4
  12. depends on PLAT_VERSATILE_FPGA_IRQ
  13. config PLAT_VERSATILE_LEDS
  14. def_bool y if NEW_LEDS
  15. depends on ARCH_REALVIEW || ARCH_VERSATILE
  16. select LEDS_CLASS
  17. select LEDS_TRIGGER
  18. config PLAT_VERSATILE_SCHED_CLOCK
  19. def_bool y
  20. endif