1
0
Fork 0
alistair23-linux/net/bluetooth/hidp
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
..
Kconfig [Bluetooth] Let BT_HIDP depend on INPUT 2006-07-12 15:34:33 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
core.c [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
hidp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sock.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00