mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
csky/Kconfig: Add Kconfig.platforms to support some drivers
Such as snps,dw-apb-ictl Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
This commit is contained in:
parent
c9492737b2
commit
a736fa1ed7
@ -270,4 +270,6 @@ config HOTPLUG_CPU
|
||||
Say N if you want to disable CPU hotplug.
|
||||
endmenu
|
||||
|
||||
source "arch/csky/Kconfig.platforms"
|
||||
|
||||
source "kernel/Kconfig.hz"
|
||||
|
9
arch/csky/Kconfig.platforms
Normal file
9
arch/csky/Kconfig.platforms
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user