From: Marcel Holtmann Date: Tue, 9 Jun 2009 11:42:54 +0000 (+0200) Subject: Bluetooth: Fix Kconfig for Marvell Bluetooth driver X-Git-Tag: v2.6.32-rc1~703^2~221^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a25f9839fd392ec2c96e7e2b3734501d761a24;p=pandora-kernel.git 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 --- Reading git-diff-tree failed