From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 25 May 2020 11:03:50 -0600 Subject: [PATCH v1 2/3] board: ns3: kconfig: extend board kconfig with specific commands In-Reply-To: <20200517083257.22191-3-rayagonda.kokatanur@broadcom.com> References: <20200517083257.22191-1-rayagonda.kokatanur@broadcom.com> <20200517083257.22191-3-rayagonda.kokatanur@broadcom.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 17 May 2020 at 02:33, Rayagonda Kokatanur wrote: > > From: Vladimir Olovyannikov > > Extend Kconfig for the board with board-specific commands selection. > > Signed-off-by: Vladimir Olovyannikov > Signed-off-by: Rayagonda Kokatanur > --- > board/broadcom/bcmns3/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Simon Glass 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 >