1config CMD_STBOARD
2	bool "stboard - command for OTP board information"
3	depends on ARCH_STM32MP
4	default y if TARGET_ST_STM32MP25X || TARGET_ST_STM32MP15X || TARGET_ST_STM32MP13X
5	help
6	  This compile the stboard command to
7	  read and write the board in the OTP.
8
9config DFU_ALT_RAM0
10	string "dfu for ram0"
11	default "uImage ram 0xc2000000 0x2000000;devicetree.dtb ram 0xc4000000 0x100000;uramdisk.image.gz ram 0xc4400000 0x10000000"
12	depends on ARCH_STM32MP && SET_DFU_ALT_INFO
13	help
14	  This defines the partitions of ram used to build dfu dynamically.
15
16config TYPEC_STUSB160X
17	tristate "STMicroelectronics STUSB160X Type-C controller driver"
18	depends on DM_I2C
19	help
20	  Say Y if your system has STMicroelectronics STUSB160X Type-C port
21	  controller.
22