nuttx/arch/arm/src/phy62xx/Kconfig
fenghang c39ef4420e 1.phyplus update files to accord with the requirement of chcekpatch.sh
2.fix some files to fix compile warning

3.remove blueteeth header files, which are not used in nuttx core.

4.fix configs and add lost files

5.update defconfig, remove useless items

6.fix compile warning for nuttx phyplus

7.delete useless: ble, h4, zblue defconfig files form phyplus configure folder

8.fix file format check error on phyplus source code

9.fix phyplus kconfig param error

10.update configure file for nuttx
2021-12-07 01:37:29 -06:00

28 lines
536 B
Plaintext

#
# 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
config PHY6222_BLE
bool "Enable ble"
default n
config PHYPLUS_STUB
bool "Enable phyplus stub"
default y
#config PHYPLUS_DOWNLOAD
# bool "Enable phyplus ble lib file download from server"
# default n