mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
csky/Kconfig: Add Kconfig.platforms to support some drivers
Such as snps,dw-apb-ictl Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
This commit is contained in:
parent
c9492737b2
commit
a736fa1ed7
2 changed files with 11 additions and 0 deletions
|
@ -270,4 +270,6 @@ config HOTPLUG_CPU
|
||||||
Say N if you want to disable CPU hotplug.
|
Say N if you want to disable CPU hotplug.
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
source "arch/csky/Kconfig.platforms"
|
||||||
|
|
||||||
source "kernel/Kconfig.hz"
|
source "kernel/Kconfig.hz"
|
||||||
|
|
9
arch/csky/Kconfig.platforms
Normal file
9
arch/csky/Kconfig.platforms
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue