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