Browse Source

NFC: mei_phy depends on INTEL_MEI

INTEL_MEI_BUS_NFC never made it upstream, so make it depend on INTEL_MEI.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Samuel Ortiz 12 years ago
parent
commit
d999e4db0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/nfc/Kconfig

+ 1 - 1
drivers/nfc/Kconfig

@@ -28,7 +28,7 @@ config NFC_WILINK
 
 
 config NFC_MEI_PHY
 config NFC_MEI_PHY
 	tristate "MEI bus NFC device support"
 	tristate "MEI bus NFC device support"
-	depends on INTEL_MEI_BUS_NFC && NFC_HCI
+	depends on INTEL_MEI && NFC_HCI
 	help
 	help
 	  This adds support to use an mei bus nfc device. Select this if you
 	  This adds support to use an mei bus nfc device. Select this if you
 	  will use an HCI NFC driver for an NFC chip connected behind an
 	  will use an HCI NFC driver for an NFC chip connected behind an