浏览代码

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 年之前
父节点
当前提交
d999e4db0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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