nuttx/arch/arm/src/phy62xx/Kconfig

28 lines
536 B
Plaintext
Raw Normal View History

2021-10-29 10:39:12 +02:00
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "PHY62xx Configuration Options"
choice
prompt "only PHY 6222 Chip Selection"
default ARCH_CHIP_PHY6222
depends on ARCH_CHIP_PHY62XX
config ARCH_CHIP_PHY6222
bool "PHY6222"
endchoice
2021-10-29 10:39:12 +02:00
config PHY6222_BLE
bool "Enable ble"
2021-10-29 10:39:12 +02:00
default n
config PHYPLUS_STUB
bool "Enable phyplus stub"
2021-10-29 10:39:12 +02:00
default y
#config PHYPLUS_DOWNLOAD
# bool "Enable phyplus ble lib file download from server"
2021-10-29 10:39:12 +02:00
# default n