[PATCH] Kconfig: hide options not intended for users in arch/Kconfig
Tom Rini
trini at konsulko.com
Wed May 18 14:18:49 CEST 2022
On Tue, May 17, 2022 at 10:53:53PM +0200, Daniel Schwierzeck wrote:
> Those options show up in menuconfig when selecting ARM or MIPS which
> is dangerous if a user accidently sets them. This also clutters up the
> menuconfig top-level screen. Because those options should only be set
> by SoC specific or board specific configs, make them invisible.
>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
>
> ---
>
> arch/Kconfig | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/Kconfig b/arch/Kconfig
> index 12de8a1165..e3e28d0628 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -365,7 +365,7 @@ config SYS_DISABLE_DCACHE_OPS
> this functionality.
>
> config SYS_IMMR
> - hex "Address for the Internal Memory-Mapped Registers (IMMR) window"
> + hex
> depends on PPC || FSL_LSCH2 || FSL_LSCH3 || ARCH_LS1021A
> default 0xFF000000 if MPC8xx
> default 0xF0000000 if ARCH_MPC8313
But now these aren't user selectable on the right platforms either.
Maybe we need more menu organization, and so can have sub-menus depend
on PPC, or whatever, and so things aren't cluttered on other
architectures?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220518/1caaaedd/attachment.sig>
More information about the U-Boot
mailing list