Commit a736fa1e authored by Guo Ren's avatar Guo Ren
Browse files

csky/Kconfig: Add Kconfig.platforms to support some drivers



Such as snps,dw-apb-ictl

Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
parent c9492737
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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