2020-01-13 14:17:40 +00:00
|
|
|
config CMD_STBOARD
|
|
|
|
bool "stboard - command for OTP board information"
|
2020-01-13 14:17:42 +00:00
|
|
|
depends on ARCH_STM32MP
|
2023-01-06 12:20:18 +00:00
|
|
|
default y if TARGET_ST_STM32MP15x || TARGET_ST_STM32MP13x
|
2020-01-13 14:17:40 +00:00
|
|
|
help
|
|
|
|
This compile the stboard command to
|
|
|
|
read and write the board in the OTP.
|
2020-03-18 08:22:46 +00:00
|
|
|
|
|
|
|
config DFU_ALT_RAM0
|
|
|
|
string "dfu for ram0"
|
|
|
|
default "uImage ram 0xc2000000 0x2000000;devicetree.dtb ram 0xc4000000 0x100000;uramdisk.image.gz ram 0xc4400000 0x10000000"
|
|
|
|
depends on ARCH_STM32MP && SET_DFU_ALT_INFO
|
|
|
|
help
|
|
|
|
This defines the partitions of ram used to build dfu dynamically.
|
2020-06-29 08:34:06 +00:00
|
|
|
|
|
|
|
config TYPEC_STUSB160X
|
|
|
|
tristate "STMicroelectronics STUSB160X Type-C controller driver"
|
|
|
|
depends on DM_I2C
|
|
|
|
help
|
|
|
|
Say Y if your system has STMicroelectronics STUSB160X Type-C port
|
|
|
|
controller.
|