commit | e7a25f9839fd392ec2c96e7e2b3734501d761a24 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Tue Jun 09 13:42:54 2009 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Aug 22 14:25:33 2009 -0700 |
tree | 2595e2ad91e23928b395a2ecde0a3a4e0e9ef4de | |
parent | 196be0cd018068d545e1d764094c7b07aaf0bcfe [diff] |
Bluetooth: Fix Kconfig for Marvell Bluetooth driver The Marvell driver selects DEBUG_FS and FW_LOADER for its core driver and that is pointless. Don't select DEBUG_FS since it is either enabled or not and it is not for the driver to enable it. Also FW_LOADER is only used within the SDIO driver and so just have that one select the FW_LOADER option. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>