]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[Bluetooth] Let BT_HIDP depend on INPUT
authorAdrian Bunk <bunk@stusta.de>
Tue, 23 Jan 2007 23:29:07 +0000 (00:29 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 23 Jan 2007 23:29:07 +0000 (00:29 +0100)
commit99c7cf71bccc43394d3aceaf501c89a0807f244c
tree13d90e18de4bd403c38c24c0b2447fb7defb3849
parent32b7d973f1bfaf221ad53957fd360187815d29c2
[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>
net/bluetooth/hidp/Kconfig