Patrick Delaunay | ba2c20c | 2020-01-13 15:17:40 +0100 | [diff] [blame] | 1 | config CMD_STBOARD |
| 2 | bool "stboard - command for OTP board information" |
Patrick Delaunay | 8462548 | 2020-01-13 15:17:42 +0100 | [diff] [blame] | 3 | depends on ARCH_STM32MP |
Patrick Delaunay | 9f1dc11 | 2024-01-15 15:05:57 +0100 | [diff] [blame^] | 4 | default y if TARGET_ST_STM32MP25X || TARGET_ST_STM32MP15X || TARGET_ST_STM32MP13X |
Patrick Delaunay | ba2c20c | 2020-01-13 15:17:40 +0100 | [diff] [blame] | 5 | help |
| 6 | This compile the stboard command to |
| 7 | read and write the board in the OTP. |
Patrick Delaunay | 31325e1 | 2020-03-18 09:22:46 +0100 | [diff] [blame] | 8 | |
| 9 | config 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 Delaunay | 03fb038 | 2020-06-29 10:34:06 +0200 | [diff] [blame] | 15 | |
| 16 | config 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. |