[PATCH v1 2/3] board: ns3: kconfig: extend board kconfig with specific commands
Simon Glass
sjg at chromium.org
Mon May 25 19:03:50 CEST 2020
On Sun, 17 May 2020 at 02:33, Rayagonda Kokatanur
<rayagonda.kokatanur at broadcom.com> wrote:
>
> From: Vladimir Olovyannikov <vladimir.olovyannikov at broadcom.com>
>
> Extend Kconfig for the board with board-specific commands selection.
>
> Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov at broadcom.com>
> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com>
> ---
> board/broadcom/bcmns3/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Please see below
>
> diff --git a/board/broadcom/bcmns3/Kconfig b/board/broadcom/bcmns3/Kconfig
> index 84daad9415..10547f71de 100644
> --- a/board/broadcom/bcmns3/Kconfig
> +++ b/board/broadcom/bcmns3/Kconfig
> @@ -12,6 +12,10 @@ config SYS_SOC
> config SYS_CONFIG_NAME
> default "bcm_ns3"
>
> +config CMD_BCM_EXT_UTILS
> + bool "Enable Broadcom-specific u-boot commands"
U-Boot
What sort of commands? You could add some details here.
> + default y
> +
> config CHIMP_OPTEE
> bool "Enable secure ChiMP firmware loading"
> depends on OPTEE
> --
> 2.17.1
>
More information about the U-Boot
mailing list