From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 15 Feb 2016 02:18:53 +0530 Subject: [U-Boot] [PATCH v6 54/76] sandbox: kconfig: Select MTD uclass In-Reply-To: <1455482955-19053-1-git-send-email-jteki@openedev.com> References: <1455482955-19053-1-git-send-email-jteki@openedev.com> Message-ID: <1455482955-19053-54-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Since SPI-NOR core relies on MTD uclass. Cc: Simon Glass Cc: Bin Meng Signed-off-by: Jagan Teki --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 0c02099..2c58b9a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -91,6 +91,7 @@ config SANDBOX select DM_I2C select DM_SPI select DM_GPIO + select MTD config SH bool "SuperH architecture" -- 1.9.1