drivers: nfc: Default to not picking up PN8XT drivers
Change-Id: I1f2b7c27630767dbcff2e77a8d48570fe4af585e
This commit is contained in:
parent
e6334154d8
commit
dc4fb62d1d
@ -5,6 +5,7 @@
|
||||
#
|
||||
|
||||
config NXP_ESE_SN1XX
|
||||
default n
|
||||
depends on !NFC_QTI_I2C
|
||||
bool "Nxp ESE sn1xx Controller"
|
||||
---help---
|
||||
@ -14,6 +15,7 @@ config NXP_ESE_SN1XX
|
||||
You can say N here if you don't have any sn1xx SPI connected to your computer.
|
||||
|
||||
config NXP_ESE_PN8XT
|
||||
default n
|
||||
depends on !NFC_QTI_I2C
|
||||
bool "Nxp ESE pn8xt Controller"
|
||||
---help---
|
||||
|
@ -5,6 +5,7 @@
|
||||
#
|
||||
|
||||
config NXP_NFC_SN1XX
|
||||
default n
|
||||
depends on !NFC_QTI_I2C
|
||||
bool "Nxp NFC sn1xx Controller"
|
||||
---help---
|
||||
@ -14,6 +15,7 @@ config NXP_NFC_SN1XX
|
||||
You can say N here if you don't have any sn1xx I2C connected to your computer.
|
||||
|
||||
config NXP_NFC_PN8XT
|
||||
default n
|
||||
depends on !NFC_QTI_I2C
|
||||
bool "Nxp NFC pn8xt Controller"
|
||||
---help---
|
||||
|
Loading…
Reference in New Issue
Block a user