Kconfig 551 B

1234567891011121314151617181920212223242526272829303132333435
  1. config IRQCHIP
  2. def_bool y
  3. depends on OF_IRQ
  4. config ARM_GIC
  5. bool
  6. select IRQ_DOMAIN
  7. select MULTI_IRQ_HANDLER
  8. config GIC_NON_BANKED
  9. bool
  10. config ARM_VIC
  11. bool
  12. select IRQ_DOMAIN
  13. select MULTI_IRQ_HANDLER
  14. config ARM_VIC_NR
  15. int
  16. default 4 if ARCH_S5PV210
  17. default 3 if ARCH_S5PC100
  18. default 2
  19. depends on ARM_VIC
  20. help
  21. The maximum number of VICs available in the system, for
  22. power management.
  23. config VERSATILE_FPGA_IRQ
  24. bool
  25. select IRQ_DOMAIN
  26. config VERSATILE_FPGA_IRQ_NR
  27. int
  28. default 4
  29. depends on VERSATILE_FPGA_IRQ