Searched hist:"6 cc90ccd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bluetooth/hidp/ |
H A D | Kconfig | 6cc90ccd Fri Nov 18 02:42:54 CST 2022 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: fix BT_HIDP Kconfig dependencies
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>
|