mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 02:03:01 +00:00

Move CONFIG_CMD_STM32PROG in a specific Kconfig file for stm32prog command. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
18 lines
517 B
Text
18 lines
517 B
Text
|
|
config CMD_STM32PROG
|
|
bool "command stm32prog for STM32CudeProgrammer"
|
|
select DFU
|
|
select DFU_RAM
|
|
select DFU_VIRT
|
|
select PARTITION_TYPE_GUID
|
|
imply CMD_GPT if MMC
|
|
imply CMD_MTD if MTD
|
|
imply DFU_MMC if MMC
|
|
imply DFU_MTD if MTD
|
|
help
|
|
activate a specific command stm32prog for STM32MP soc family
|
|
witch update the device with the tools STM32CubeProgrammer,
|
|
using UART with STM32 protocol or USB with DFU protocol
|
|
NB: access to not volatile memory (NOR/NAND/SD/eMMC) is based
|
|
on U-Boot DFU framework
|
|
|