15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
if ARCH_BOARD_PHOTON
|
||
|
|
||
|
config PHOTON_DFU_BOOTLOADER
|
||
|
bool "Stock photon bootloader support"
|
||
|
select STM32_DFU
|
||
|
---help---
|
||
|
Build image that can be uploaded using stock DFU bootloader.
|
||
|
|
||
|
endif
|