From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 19 Oct 2019 21:56:45 +0200 Subject: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option In-Reply-To: <20191018182922.22960-1-patrick.delaunay@st.com> References: <20191018182922.22960-1-patrick.delaunay@st.com> Message-ID: <20191019215645.5cc49f17@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay patrick.delaunay at st.com wrote: > Correct the name of the define used in CONFIG_IS_ENABLED(): > it is not align with Kconfig name= CONFIG_$(SPL_)PINCONF_RECURSIVE. > > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE > option") > > Signed-off-by: Patrick Delaunay Reviewed-by: Anatolij Gustschin