Jetpack/kernel/nvidia/drivers/Kconfig
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

14 lines
310 B
Plaintext

append_menu "Device Drivers"
if ARCH_TEGRA
source "drivers/bluetooth/realtek/Kconfig"
source "drivers/misc/tegra186-ahc/Kconfig"
source "drivers/nvpmodel/Kconfig"
source "drivers/nvlink/Kconfig"
source "drivers/nvpps/Kconfig"
source "drivers/trusty/Kconfig"
source "drivers/virt/tegra/Kconfig"
endif
endmenu