commit | 1c38374843176d5ca9c5e7acd07768f5744fb446 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 11:27:51 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 21 14:01:35 2022 -0500 |
tree | 01be8773947a64fdcdf4035c62c9cb6677b470d1 | |
parent | 65831d984c0fd981dc300337e0560a2e68f1aefb [diff] [blame] |
Convert CONFIG_BOOTP_SERVERIP to Kconfig This converts the following to Kconfig: CONFIG_BOOTP_SERVERIP Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index a6c7fc5..06ac349 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig
@@ -173,6 +173,7 @@ bool "STM32 Extended TrustZone Protection" depends on STM32MP15x default y + imply BOOTP_SERVERIP help Say y to enable STM32 Extended TrustZone Protection