Kconfig 401 B

12345678910111213141516171819202122232425
  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 LEDS_CLASS
  15. depends on ARCH_REALVIEW || ARCH_VERSATILE
  16. config PLAT_VERSATILE_SCHED_CLOCK
  17. def_bool y
  18. endif