[PATCH] lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menu

Simon Glass sjg at chromium.org
Wed Jan 5 15:03:44 CET 2022


On Tue, 4 Jan 2022 at 09:20, Eugen Hristev <eugen.hristev at microchip.com> wrote:
>
> CONFIG_PHANDLE_CHECK_SEQ is outside of the menu 'Library routines'
> thus it's invisible in menuconfig and cannot be selected.
> Fix this by moving the 'endmenu' after the PHANDLE_CHECK_SEQ definition
>
> Fixes: c589132a1d ("fdt: Use phandle to distinguish DT nodes with same name")
> Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
> ---
>  lib/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list