From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Fri, 6 Feb 2015 17:36:05 -0600 Subject: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig In-Reply-To: <1423197710-1568-19-git-send-email-sjg@chromium.org> References: <1423197710-1568-1-git-send-email-sjg@chromium.org> <1423197710-1568-19-git-send-email-sjg@chromium.org> Message-ID: <54D54FE5.8090300@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 02/05/2015 10:41 PM, Simon Glass wrote: > Remove driver model CONFIGs from the board config headers and use Kconfig > instead. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > configs/socfpga_socrates_defconfig | 3 +++ > include/configs/socfpga_common.h | 7 ------- > 2 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig > index 0f3896d..888bbb6 100644 > --- a/configs/socfpga_socrates_defconfig > +++ b/configs/socfpga_socrates_defconfig > @@ -3,3 +3,6 @@ CONFIG_SPL=y > +S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y > CONFIG_OF_CONTROL=y > CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socrates" > +CONFIG_DM=y > +CONFIG_DM_SPI=y > +CONFIG_DM_SPI_FLASH=y Would you need to also update socfpga_cyclone5_defconfig or is that not needed? Thanks, Dinh