HID: fix BT_HIDP Kconfig dependencies
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Fri, 18 Nov 2022 08:42:54 +0000 (09:42 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Nov 2022 17:36:19 +0000 (18:36 +0100)
If HID_SUPPORT is not selected, BT_HIDP should not be available, simply
because we disallowed the HID bus entirely.

Add a new depends and actually revert this file back to where it was 10
years ago before it was changed by commit 1f41a6a99476 ("HID: Fix the
generic Kconfig options").

Fixes: 25621bcc8976 ("HID: Kconfig: split HID support and hid-core compilation")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/202211181514.fLhaiS7o-lkp@intel.com/
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
net/bluetooth/hidp/Kconfig

index 14100f341f33cb0a08aaf9e943daa2ef218f7e59..6746be07e222007b1a4d10f658a7bbc9bdf63de9 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config BT_HIDP
        tristate "HIDP protocol support"
-       depends on BT_BREDR && INPUT
+       depends on BT_BREDR && INPUT && HID_SUPPORT
        select HID
        help
          HIDP (Human Interface Device Protocol) is a transport layer