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"
|
2021-10-29 13:27:53 +02:00
|
|
|
endchoice
|
2021-10-29 10:39:12 +02:00
|
|
|
|
|
|
|
config PHY6222_BLE
|
2021-10-29 13:27:53 +02:00
|
|
|
bool "Enable ble"
|
2021-10-29 10:39:12 +02:00
|
|
|
default n
|
|
|
|
|
|
|
|
config PHYPLUS_STUB
|
2021-10-29 13:27:53 +02:00
|
|
|
bool "Enable phyplus stub"
|
2021-10-29 10:39:12 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
#config PHYPLUS_DOWNLOAD
|
2021-10-29 13:27:53 +02:00
|
|
|
# bool "Enable phyplus ble lib file download from server"
|
2021-10-29 10:39:12 +02:00
|
|
|
# default n
|