]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[Bluetooth] Let BT_HIDP depend on INPUT
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Jul 2006 20:57:52 +0000 (22:57 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 12 Jul 2006 22:34:33 +0000 (15:34 -0700)
commit0263603a01e802f79e369ac489793e5320031560
treec906fbabd2cf5004e6d010cd84e5b7c167b9a8d5
parent420cc3505f91246699bcfb88d30c4466adc0b87b
[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>
net/bluetooth/hidp/Kconfig