Skip to content

Commit a736fa1

Browse files
committed
csky/Kconfig: Add Kconfig.platforms to support some drivers
Such as snps,dw-apb-ictl Signed-off-by: Guo Ren <[email protected]>
1 parent c949273 commit a736fa1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

arch/csky/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,6 @@ config HOTPLUG_CPU
270270
Say N if you want to disable CPU hotplug.
271271
endmenu
272272

273+
source "arch/csky/Kconfig.platforms"
274+
273275
source "kernel/Kconfig.hz"

arch/csky/Kconfig.platforms

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
menu "Platform drivers selection"
2+
3+
config ARCH_CSKY_DW_APB_ICTL
4+
bool "Select dw-apb interrupt controller"
5+
select DW_APB_ICTL
6+
default y
7+
help
8+
This enables support for snps dw-apb-ictl
9+
endmenu

0 commit comments

Comments
 (0)