From mboxrd@z Thu Jan 1 00:00:00 1970 From: Priyanka Jain Date: Tue, 22 Oct 2019 09:45:08 +0000 Subject: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI In-Reply-To: <20191021090205.4312-1-xiaowei.bao@nxp.com> References: <20191021090205.4312-1-xiaowei.bao@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >-----Original Message----- >From: U-Boot On Behalf Of Xiaowei Bao >Sent: Monday, October 21, 2019 2:32 PM >To: Jagdish Gediya ; jagan at amarulasolutions.com; >u-boot at lists.denx.de >Cc: Xiaowei Bao >Subject: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI configs: spi: -> spi: Kconfig I understand you are adding config, because you have missed it earlier. But better would be something like Miss->Add ESPI -> FSL_ESPI > >Miss the SPI_FLASH_BAR for the ESPI controller of FSL. > >Signed-off-by: Xiaowei Bao >--- > drivers/spi/Kconfig | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b8ca2bd..7003569 >100644 >--- a/drivers/spi/Kconfig >+++ b/drivers/spi/Kconfig >@@ -367,6 +367,7 @@ config CF_SPI > > config FSL_ESPI > bool "Freescale eSPI driver" >+ imply SPI_FLASH_BAR > help > Enable the Freescale eSPI driver. This driver can be used to > access the SPI interface and SPI NOR flash on platforms embedding >-- --priyankajain