From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:23:19 -0600 Subject: [U-Boot] [PATCH 5/8] defconfig: rk3399-puma: enable support for SPI and Winbond SPI flash In-Reply-To: <1490691517-9291-6-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1490691517-9291-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1490691517-9291-6-git-send-email-philipp.tomsich@theobroma-systems.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 On 28 March 2017 at 02:58, Philipp Tomsich wrote: > Signed-off-by: Philipp Tomsich > --- > > configs/puma_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/configs/puma_defconfig b/configs/puma_defconfig > index d045d41..fb33ba9 100644 > --- a/configs/puma_defconfig > +++ b/configs/puma_defconfig > @@ -73,3 +73,10 @@ CONFIG_USB_EHCI_GENERIC=y > CONFIG_USB_STORAGE=y > # CONFIG_USE_TINY_PRINTF is not set > CONFIG_ERRNO_STR=y > +CONFIG_DM_SPI_FLASH=y > +CONFIG_ROCKCHIP_SPI=y > +CONFIG_SPI=y > +CONFIG_SPI_FLASH=y > +CONFIG_SPI_FLASH_WINBOND=y > +CONFIG_SPI_FLASH_USE_4K_SECTORS=y > +CONFIG_CMD_SPI=y > -- > 1.9.1 > Acked-by: Simon Glass