blob: 4431b8fdb8a9a6a95e99800e0fbf75839fb429a8 [file] [log] [blame]
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ARDUINO_NANO_33BLE
config ARDUINONANO33BLE_ARDUINO_BOOTLOADER
bool "Use Arduino bootloader"
default y
---help---
Use the Arduino bootloader to load the NuttX binary.
endif