From b72024302e9cf6689b8c7094ef2fbf75d3de3157 Mon Sep 17 00:00:00 2001 From: Spencer Sutterlin Date: Fri, 5 Jan 2018 17:15:59 -0800 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1634255 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinayak Pane Reviewed-by: Sachin Nikam Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/hid/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'drivers') 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 @@ -menu "Special HID drivers" +append_menu "HID support" + +menu "SHIELD accessory HID drivers" config HID_SHIELD_BLAKE tristate "SHIELD game controller" @@ -13,3 +15,5 @@ config HID_SHIELD_REMOTE Support for NVIDIA SHIELD remote control. endmenu + +endmenu -- cgit v1.2.2