summaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorSpencer Sutterlin <ssutterlin@nvidia.com>2018-01-05 20:15:59 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-11 00:20:40 -0500
commitb72024302e9cf6689b8c7094ef2fbf75d3de3157 (patch)
tree9304e4a5e6f31bfa89dd3e191fed3324e4ae0c79 /drivers/hid
parentf8c2905afd676873a9f8f44a4ee6ba971077589c (diff)
hid: blake/jarvis: Move kconfig options nesting
Ideal structure would be: append_menu "HID support" append_if HID append_menu "Special HID drivers" But there is no append_if, so this currently the best we can do. Bug 200371124 Change-Id: I94f8ab3d9e217fd05a667b92203f8510321d40ea Signed-off-by: Spencer Sutterlin <ssutterlin@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1634255 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinayak Pane <vpane@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index bb01412c8..23480d01e 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1,4 +1,6 @@
1menu "Special HID drivers" 1append_menu "HID support"
2
3menu "SHIELD accessory HID drivers"
2 4
3config HID_SHIELD_BLAKE 5config HID_SHIELD_BLAKE
4 tristate "SHIELD game controller" 6 tristate "SHIELD game controller"
@@ -13,3 +15,5 @@ config HID_SHIELD_REMOTE
13 Support for NVIDIA SHIELD remote control. 15 Support for NVIDIA SHIELD remote control.
14 16
15endmenu 17endmenu
18
19endmenu