linux/net/bluetooth
Marcel Holtmann 0263603a01 [Bluetooth] Let BT_HIDP depend on INPUT
This patch lets BT_HIDP depend on instead of select INPUT. This fixes
the following warning during an s390 build:

net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol
'BT_HIDP' refer to undefined symbol 'INPUT'

A dependency on INPUT also implies !S390 (and therefore makes the
explicit dependency obsolete) since INPUT is not available on s390.

The practical difference should be nearly zero, since INPUT is always
set to y unless EMBEDDED=y (or S390=y).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2006-07-12 15:34:33 -07:00
..
bnep Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cmtp [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
hidp [Bluetooth] Let BT_HIDP depend on INPUT 2006-07-12 15:34:33 -07:00
rfcomm [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
af_bluetooth.c [Bluetooth] Add platform device for virtual and serial devices 2006-07-03 19:54:00 -07:00
hci_conn.c [Bluetooth] Add automatic sniff mode support 2006-07-03 19:53:58 -07:00
hci_core.c [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
hci_event.c [Bluetooth] Add automatic sniff mode support 2006-07-03 19:53:58 -07:00
hci_sock.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
hci_sysfs.c [Bluetooth] Use real devices for host controllers 2006-07-03 19:54:02 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
l2cap.c [Bluetooth] Small cleanup of the L2CAP source code 2006-07-03 19:54:05 -07:00
lib.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sco.c [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00