mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
Move contactless drivers to their own directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user