Commit a736fa1e authored by Guo Ren's avatar Guo Ren

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
......@@ -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"
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment