drivers: nfc: Default to not picking up PN8XT drivers

Change-Id: I1f2b7c27630767dbcff2e77a8d48570fe4af585e
This commit is contained in:
Alexander Koskovich 2022-03-20 12:21:12 -07:00 committed by Davide Garberi
parent e6334154d8
commit dc4fb62d1d
2 changed files with 4 additions and 0 deletions

View File

@ -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---

View File

@ -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---