blob: 5efac658cf4ddb0227f9d8b20a530e72194a3baa [file] [log] [blame]
Patrick Delaunayba2c20c2020-01-13 15:17:40 +01001config CMD_STBOARD
2 bool "stboard - command for OTP board information"
Patrick Delaunay84625482020-01-13 15:17:42 +01003 depends on ARCH_STM32MP
Patrick Delaunay9f1dc112024-01-15 15:05:57 +01004 default y if TARGET_ST_STM32MP25X || TARGET_ST_STM32MP15X || TARGET_ST_STM32MP13X
Patrick Delaunayba2c20c2020-01-13 15:17:40 +01005 help
6 This compile the stboard command to
7 read and write the board in the OTP.
Patrick Delaunay31325e12020-03-18 09:22:46 +01008
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.
Patrick Delaunay03fb0382020-06-29 10:34:06 +020015
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.