cf21836d0d
Add IPU device driver and device tree source for HiKey970. Signed-off-by: zwx305167 <zwx305167@notesmail.huawei.com>
19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
menu "Hisilicon platform"
|
|
|
|
menuconfig HISILICON_PLATFORM
|
|
bool "Hisilicon platform support"
|
|
default n
|
|
help
|
|
Say yes here to support the hisilicon platform
|
|
|
|
if HISILICON_PLATFORM
|
|
|
|
source "drivers/hisi/mailbox/Kconfig"
|
|
source "drivers/hisi/hifi_dsp/Kconfig"
|
|
source "drivers/hisi/hifi_mailbox/Kconfig"
|
|
source "drivers/hisi/ics/Kconfig"
|
|
|
|
endif #HISILICON_PLATFORM
|
|
|
|
endmenu
|