2017-03-22 16:46:17 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
2017-03-22 18:58:19 +01:00
|
|
|
|
|
|
|
if ARCH_BOARD_CLICKER2_STM32
|
|
|
|
|
|
|
|
config CLICKER2_STM32_MB1_SPI
|
|
|
|
bool "mikroBUS1 SPI"
|
2017-03-24 20:49:17 +01:00
|
|
|
default n
|
2017-03-22 18:58:19 +01:00
|
|
|
select STM32_SPI3
|
|
|
|
---help---
|
|
|
|
Enable SPI support on mikroBUS1 (STM32 SPI3)
|
|
|
|
|
|
|
|
config CLICKER2_STM32_MB2_SPI
|
|
|
|
bool "mikroBUS2 SPI"
|
2017-03-24 20:49:17 +01:00
|
|
|
default n
|
2017-03-22 18:58:19 +01:00
|
|
|
select STM32_SPI2
|
|
|
|
---help---
|
|
|
|
Enable SPI support on mikroBUS1 (STM32 SPI2)
|
|
|
|
|
2017-03-22 22:20:05 +01:00
|
|
|
config CLICKER2_STM32_MB1_BEE
|
|
|
|
bool "mikroBUS1 MRF24J40 BEE"
|
|
|
|
default y
|
|
|
|
depends on IEEE802154_MRF24J40
|
|
|
|
select CLICKER2_STM32_MB1_SPI
|
|
|
|
---help---
|
|
|
|
Enable support for MRF24J40 BEE on mikroBUS1
|
|
|
|
|
|
|
|
config CLICKER2_STM32_MB2_BEE
|
|
|
|
bool "mikroBUS2 MRF24J40 BEE"
|
|
|
|
default n
|
|
|
|
depends on IEEE802154_MRF24J40
|
|
|
|
select CLICKER2_STM32_MB2_SPI
|
|
|
|
---help---
|
|
|
|
Enable support for MRF24J40 BEE on mikroBUS2
|
|
|
|
|
2017-07-10 05:57:11 +02:00
|
|
|
config CLICKER2_STM32_MRF24J40LH_VERBOSE
|
|
|
|
bool "Verbose MRF24J40 lowerhalf"
|
|
|
|
default n
|
2017-07-18 20:02:13 +02:00
|
|
|
depends on IEEE802154_MRF24J40 && DEBUG_WIRELESS_INFO
|
2017-07-10 05:57:11 +02:00
|
|
|
---help---
|
|
|
|
Enable verbose syslog for MRF24J40 lowerhalf
|
|
|
|
|
2017-09-15 16:37:55 +02:00
|
|
|
config CLICKER2_STM32_MB1_XBEE
|
|
|
|
bool "mikroBUS1 XBee radio"
|
|
|
|
default n
|
|
|
|
depends on IEEE802154_XBEE
|
|
|
|
select CLICKER2_STM32_MB1_SPI
|
|
|
|
---help---
|
|
|
|
Enable support for XBee radio on mikroBUS1
|
|
|
|
|
|
|
|
config CLICKER2_STM32_MB2_XBEE
|
|
|
|
bool "mikroBUS2 XBee radio"
|
|
|
|
default n
|
|
|
|
depends on IEEE802154_XBEE
|
|
|
|
select CLICKER2_STM32_MB2_SPI
|
|
|
|
---help---
|
|
|
|
Enable support for XBee on mikroBUS2
|
|
|
|
|
|
|
|
config CLICKER2_STM32_XBEELH_VERBOSE
|
|
|
|
bool "Verbose XBee lowerhalf"
|
|
|
|
default n
|
|
|
|
depends on IEEE802154_XBEE && DEBUG_WIRELESS_INFO
|
|
|
|
---help---
|
|
|
|
Enable verbose syslog for XBee lowerhalf
|
|
|
|
|
2017-03-22 18:58:19 +01:00
|
|
|
endif # ARCH_BOARD_CLICKER2_STM32
|