Kconfig.platforms 197 B

123456789
  1. menu "Platform drivers selection"
  2. config ARCH_CSKY_DW_APB_ICTL
  3. bool "Select dw-apb interrupt controller"
  4. select DW_APB_ICTL
  5. default y
  6. help
  7. This enables support for snps dw-apb-ictl
  8. endmenu