public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Eugen Hristev <eugen.hristev@microchip.com>
To: <a-govindraju@ti.com>, <u-boot@lists.denx.de>
Cc: <sjg@chromium.org>, Eugen Hristev <eugen.hristev@microchip.com>
Subject: [PATCH] lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menu
Date: Tue, 4 Jan 2022 18:20:19 +0200	[thread overview]
Message-ID: <20220104162019.306117-1-eugen.hristev@microchip.com> (raw)

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(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 807a4c6ade..652a11a154 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -827,11 +827,11 @@ config LMB_RESERVED_REGIONS
 	  Define the number of supported reserved regions in the library logical
 	  memory blocks.
 
-endmenu
-
 config PHANDLE_CHECK_SEQ
 	bool "Enable phandle check while getting sequence number"
 	help
 	  When there are multiple device tree nodes with same name,
           enable this config option to distinguish them using
 	  phandles in fdtdec_get_alias_seq() function.
+
+endmenu
-- 
2.25.1


             reply	other threads:[~2022-01-04 16:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 16:20 Eugen Hristev [this message]
2022-01-05 10:15 ` [PATCH] lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menu Aswath Govindraju
2022-01-05 14:03 ` Simon Glass
2022-01-15 12:38 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220104162019.306117-1-eugen.hristev@microchip.com \
    --to=eugen.hristev@microchip.com \
    --cc=a-govindraju@ti.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox