michallenc commented on a change in pull request #2463:
URL: https://github.com/apache/incubator-nuttx/pull/2463#discussion_r535950979



##########
File path: boards/arm/imxrt/teensy-4.x/Kconfig
##########
@@ -0,0 +1,36 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+if ARCH_BOARD_TEENSY_4X
+choice
+       prompt "Boot Flash"
+       default TEENSY4_QSPI_FLASH
+
+config TEENSY4_QSPI_FLASH
+       bool "QSPI Flash"
+
+endchoice # Boot Flash
+
+choice
+       prompt "Board configuration"
+
+config TEENSY_40
+       bool "Teensy 4.0"
+
+config TEENSY_41
+       bool "Teensy 4.1"
+
+endchoice # Board configuration
+
+menu "Sensors interfaces"
+
+config BMP280_LPI2C

Review comment:
       @btashton Thanks for your review! Agreed, this was more like a relict 
from my testing and experimenting.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to