Kconfig 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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_NVIC
  11. bool
  12. select IRQ_DOMAIN
  13. select GENERIC_IRQ_CHIP
  14. config ARM_VIC
  15. bool
  16. select IRQ_DOMAIN
  17. select MULTI_IRQ_HANDLER
  18. config ARM_VIC_NR
  19. int
  20. default 4 if ARCH_S5PV210
  21. default 3 if ARCH_S5PC100
  22. default 2
  23. depends on ARM_VIC
  24. help
  25. The maximum number of VICs available in the system, for
  26. power management.
  27. config DW_APB_ICTL
  28. bool
  29. select IRQ_DOMAIN
  30. config IMGPDC_IRQ
  31. bool
  32. select GENERIC_IRQ_CHIP
  33. select IRQ_DOMAIN
  34. config ORION_IRQCHIP
  35. bool
  36. select IRQ_DOMAIN
  37. select MULTI_IRQ_HANDLER
  38. config RENESAS_INTC_IRQPIN
  39. bool
  40. select IRQ_DOMAIN
  41. config RENESAS_IRQC
  42. bool
  43. select IRQ_DOMAIN
  44. config TB10X_IRQC
  45. bool
  46. select IRQ_DOMAIN
  47. select GENERIC_IRQ_CHIP
  48. config VERSATILE_FPGA_IRQ
  49. bool
  50. select IRQ_DOMAIN
  51. config VERSATILE_FPGA_IRQ_NR
  52. int
  53. default 4
  54. depends on VERSATILE_FPGA_IRQ
  55. config XTENSA_MX
  56. bool
  57. select IRQ_DOMAIN