mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
@@ -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
|
Reference in New Issue
Block a user