
5 Jan
2022
5 Jan
'22
3:03 p.m.
On Tue, 4 Jan 2022 at 09:20, Eugen Hristev eugen.hristev@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@microchip.com
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org