mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
10 lines
197 B
Text
10 lines
197 B
Text
|
menu "Platform drivers selection"
|
||
|
|
||
|
config ARCH_CSKY_DW_APB_ICTL
|
||
|
bool "Select dw-apb interrupt controller"
|
||
|
select DW_APB_ICTL
|
||
|
default y
|
||
|
help
|
||
|
This enables support for snps dw-apb-ictl
|
||
|
endmenu
|