efi_loader: add some description about UEFI secure boot
[oweals/u-boot.git] / arch / arm / mach-stm32mp / Kconfig
index 137178aa45371cbb066144befff45107261e6a34..96153693a7e2c203db8a6f3a986c97df6088ec73 100644 (file)
@@ -73,6 +73,14 @@ config TARGET_ST_STM32MP15x
                Evalulation board (EV1) or Discovery board (DK1 and DK2).
                The difference between board are managed with devicetree
 
+config TARGET_DH_STM32MP1_PDK2
+       bool "DH STM32MP1 PDK2"
+       select STM32MP15x
+       imply BOOTCOUNT_LIMIT
+       imply CMD_BOOTCOUNT
+       help
+               Target the DH PDK2 development kit with STM32MP15x SoM.
+
 endchoice
 
 config STM32MP1_TRUSTED
@@ -111,7 +119,7 @@ config SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION_MMC2
 
 config STM32_ETZPC
        bool "STM32 Extended TrustZone Protection"
-       depends on TARGET_STM32MP1
+       depends on STM32MP15x
        default y
        help
          Say y to enable STM32 Extended TrustZone Protection
@@ -158,5 +166,6 @@ config DEBUG_UART_CLOCK
 endif
 
 source "board/st/stm32mp1/Kconfig"
+source "board/dhelectronics/dh_stm32mp1/Kconfig"
 
 endif