LingaoM commented on a change in pull request #4897:
URL: https://github.com/apache/incubator-nuttx/pull/4897#discussion_r758079025
##########
File path: arch/arm/src/phy62xx/Kconfig
##########
@@ -0,0 +1,27 @@
+#
+# 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"
+endchoise
+
+config PHY6222_BLE
+ bool "enable ble"
Review comment:
```suggestion
bool "Enable ble"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]