Move contactless drivers to their own directory

This commit is contained in:
Sebastien Lorquet
2016-08-31 13:08:58 +02:00
parent aa0d1868f5
commit 3654b841bc
10 changed files with 16 additions and 3733 deletions

View File

@@ -72,66 +72,4 @@ config WL_NRF24L01_RXFIFO_LEN
endif # WL_NRF24L01_RXSUPPORT
endif # WL_NRF24L01
config WL_MFRC522
bool "NXP MFRC522 ISO14443/Mifare Transceiver"
default n
select SPI
---help---
This options adds driver support for the MFRC522 ISO14443/Mifare chip.
if WL_MFRC522
config MFRC522_SPI_FREQ
int "SPI frequency for MFRC522"
default 1000000
depends on WL_MFRC522
config MFRC522_DEBUG
bool "Enable MFRC522 debug"
default n
depends on WL_MFRC522
config MFRC522_DEBUG_TX
bool "trace TX frames"
default n
depends on MFRC522_DEBUG
config MFRC522_DEBUG_RX
bool "trace RX frames"
default n
depends on MFRC522_DEBUG
endif # WL_MFRC522
config WL_PN532
bool "pn532 NFC-chip support"
default n
select SPI
---help---
This options adds driver support for the PN532 NFC chip.
if WL_PN532
config PN532_SPI_FREQ
int "SPI frequency for PN532"
default 1000000
depends on WL_PN532
config WL_PN532_DEBUG
bool "Enable PN532 debug"
default n
depends on WL_PN532
config WL_PN532_DEBUG_TX
bool "trace TX frames"
default n
depends on WL_PN532_DEBUG
config WL_PN532_DEBUG_RX
bool "trace RX frames"
default n
depends on WL_PN532_DEBUG
endif # WL_PN532
endif # DRIVERS_WIRELESS