Jetpack/kernel/nvidia/drivers/hid/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

30 lines
649 B
Plaintext

append_menu "HID support"
config HID_NVIDIA_STAND
tristate "NVIDIA Stand driver support"
depends on HID
---help---
Provides support for NVIDIA Stand device to process vendor specific
HID data.
Say Y here to enable this driver and to compile this driver as a module,
choose M here. If unsure, say N
menu "SHIELD accessory HID drivers"
config HID_SHIELD_BLAKE
tristate "SHIELD game controller"
depends on USB_HID
---help---
Support for NVIDIA SHIELD game controller.
config HID_SHIELD_REMOTE
tristate "SHIELD remote control support"
depends on USB_HID
---help---
Support for NVIDIA SHIELD remote control.
endmenu
endmenu