diff options
Diffstat (limited to 'net/bluetooth/hidp/Kconfig')
| -rw-r--r-- | net/bluetooth/hidp/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig index 4deaca78e91..9332bc7aa85 100644 --- a/net/bluetooth/hidp/Kconfig +++ b/net/bluetooth/hidp/Kconfig @@ -1,6 +1,6 @@  config BT_HIDP  	tristate "HIDP protocol support" -	depends on BT && INPUT && HID_SUPPORT +	depends on BT && INPUT  	select HID  	help  	  HIDP (Human Interface Device Protocol) is a transport layer  |