1# SPDX-License-Identifier: GPL-2.0
2
3config VENDOR_KHDVK_3566B_DRIVER
4 bool "vendor board drivers"
5 default y
6config VENDOR_RK3566_DRIVER
7 bool "vendor soc drivers"
8 default y
9
10menu "Vendor Drivers"
11if VENDOR_KHDVK_3566B_DRIVER
12source "vendor/drivers/Kconfig"
13endif
14
15endmenu
16