We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c949273 commit a736fa1Copy full SHA for a736fa1
arch/csky/Kconfig
@@ -270,4 +270,6 @@ config HOTPLUG_CPU
270
Say N if you want to disable CPU hotplug.
271
endmenu
272
273
+source "arch/csky/Kconfig.platforms"
274
+
275
source "kernel/Kconfig.hz"
arch/csky/Kconfig.platforms
@@ -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