 1f41a6a994
			
		
	
	
	1f41a6a994
	
	
	
		
			
			The generic HID driver is obviously not a special driver, so move it outside of the special drivers menu. Explain the usage and make the default follow the HID setting. This should simplify migration from older kernels. While at it, remove the redundant HID_SUPPORT option and modify the HID and USB_HID entries to better explain the bus structure. Reported-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			345 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			345 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| config BT_HIDP
 | |
| 	tristate "HIDP protocol support"
 | |
| 	depends on BT && INPUT
 | |
| 	select HID
 | |
| 	help
 | |
| 	  HIDP (Human Interface Device Protocol) is a transport layer
 | |
| 	  for HID reports.  HIDP is required for the Bluetooth Human
 | |
| 	  Interface Device Profile.
 | |
| 
 | |
| 	  Say Y here to compile HIDP support into the kernel or say M to
 | |
| 	  compile it as module (hidp).
 | |
| 
 |