diff mbox series

[02/16] arm: stm32mp: remove dependency for STM32KEY

Message ID 20200331180330.2.Ibb1f76c9bdf50f4f21793461d3a76b4f3ef479fd@changeid
State Superseded
Delegated to: Patrick Delaunay
Headers show
Series [01/16] arm: stm32mp: update dependency for STM32_ETZPC | expand

Commit Message

Patrick DELAUNAY March 31, 2020, 4:04 p.m. UTC
This command is not more depending on fuse command, but have
direct access to BSEC misc driver, so the dependency wuth
can be removed CMD_FUSE

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 arch/arm/mach-stm32mp/Kconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Patrice CHOTARD April 1, 2020, 7:19 a.m. UTC | #1
HI Patrick

On 3/31/20 6:04 PM, Patrick Delaunay wrote:
> This command is not more depending on fuse command, but have
> direct access to BSEC misc driver, so the dependency wuth
> can be removed CMD_FUSE

s/wuth/with

rephrase "the dependency wuth can be removed CMD_FUSE" by " "the dependency with CMD_FUSE can be removed"

>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
>  arch/arm/mach-stm32mp/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
> index 96153693a7..032facff31 100644
> --- a/arch/arm/mach-stm32mp/Kconfig
> +++ b/arch/arm/mach-stm32mp/Kconfig
> @@ -127,12 +127,10 @@ config STM32_ETZPC
>  config CMD_STM32KEY
>  	bool "command stm32key to fuse public key hash"
>  	default y
> -	depends on CMD_FUSE
>  	help
>  		fuse public key hash in corresponding fuse used to authenticate
>  		binary.
>  
> -
>  config PRE_CON_BUF_ADDR
>  	default 0xC02FF000
>  

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks
diff mbox series

Patch

diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 96153693a7..032facff31 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -127,12 +127,10 @@  config STM32_ETZPC
 config CMD_STM32KEY
 	bool "command stm32key to fuse public key hash"
 	default y
-	depends on CMD_FUSE
 	help
 		fuse public key hash in corresponding fuse used to authenticate
 		binary.
 
-
 config PRE_CON_BUF_ADDR
 	default 0xC02FF000