]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: NFC_WILINK depends on NFC_NCI
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 21 Sep 2011 18:02:37 +0000 (11:02 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 21 Sep 2011 20:19:44 +0000 (16:19 -0400)
commit8488d76432a3704c98df2bdefa8bd5e8193df09f
tree89fb3856cfefb90a846c8a3de41e67953381aeac
parentb01daededdbac0e88f99c9b7d20cbe048dcd2687
nfc: NFC_WILINK depends on NFC_NCI

nwcwilink.c uses nci_*() interfaces, so it should depend on
NFC_NCI.

Fixes these build errors:
ERROR: "nci_register_device" [drivers/nfc/nfcwilink.ko] undefined!
ERROR: "nci_allocate_device" [drivers/nfc/nfcwilink.ko] undefined!
ERROR: "nci_recv_frame" [drivers/nfc/nfcwilink.ko] undefined!
ERROR: "nci_free_device" [drivers/nfc/nfcwilink.ko] undefined!
ERROR: "nci_unregister_device" [drivers/nfc/nfcwilink.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/nfc/Kconfig