commit | a736fa1ed772e3640e1bfaab36032c5a285d6a7b | [log] [tgz] |
---|---|---|
author | Guo Ren <[email protected]> | Sat Jan 11 13:44:32 2020 +0800 |
committer | Guo Ren <[email protected]> | Fri Feb 21 15:43:24 2020 +0800 |
tree | 7d0e7df49e1e90b1ddaca58781a9fc92700f3d1f | |
parent | c9492737b25ca32679ba3163609d938c9abfd508 [diff] [blame] |
csky/Kconfig: Add Kconfig.platforms to support some drivers Such as snps,dw-apb-ictl Signed-off-by: Guo Ren <[email protected]>
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 00ac7bc..1c723cb 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig
@@ -270,4 +270,6 @@ Say N if you want to disable CPU hotplug. endmenu +source "arch/csky/Kconfig.platforms" + source "kernel/Kconfig.hz"