1if TARGET_DH_STM32MP1_PDK2
2
3config SYS_BOARD
4	default "dh_stm32mp1"
5
6config SYS_VENDOR
7	default "dhelectronics"
8
9config SYS_CONFIG_NAME
10	default "stm32mp15_dh_dhsom"
11
12config ENV_SECT_SIZE
13	default 0x10000 if ENV_IS_IN_SPI_FLASH
14
15config ENV_OFFSET
16	default 0x1E0000 if ENV_IS_IN_SPI_FLASH
17
18config ENV_OFFSET_REDUND
19	default 0x1F0000 if ENV_IS_IN_SPI_FLASH
20
21source "board/st/common/Kconfig"
22endif
23