Searched hist:b2117c12ab4d351cb309331ba8605a9d4e03f2f1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/nfc/pn544/ |
H A D | Kconfig | diff b2117c12ab4d351cb309331ba8605a9d4e03f2f1 Fri Sep 25 10:49:36 CEST 2015 Jean Delvare <jdelvare@suse.de> NFC: pn544: Auto-select core module
As I understand it, the core nfc_pn544 module is useless without either the I2C or the MEI access module. So hide NFC_PN544 and select it automatically if either NFC_PN544_I2C or NFC_PN544_MEI is selected.
This avoids presenting NFC_PN544 when neither NFC_PN544_I2C nor NFC_PN544_MEI can be selected.
Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Cc: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|