From: Dinh Nguyen <dinguyen@opensource.altera.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig
Date: Fri, 6 Feb 2015 17:36:05 -0600 [thread overview]
Message-ID: <54D54FE5.8090300@opensource.altera.com> (raw)
In-Reply-To: <1423197710-1568-19-git-send-email-sjg@chromium.org>
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 <sjg@chromium.org>
> ---
>
> 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
next prev parent reply other threads:[~2015-02-06 23:36 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-06 4:41 [U-Boot] [PATCH v2 0/19] dm: Convert boards to Kconfig for driver model Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 01/19] dm: i2c: Add a dm_ prefix to driver model bus speed functions Simon Glass
2015-02-06 7:12 ` Heiko Schocher
2015-02-11 19:44 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 02/19] dm: i2c: Make API accessible even without CONFIG_DM Simon Glass
2015-02-06 7:15 ` Heiko Schocher
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 03/19] dm: Add Kconfig for driver/demo Simon Glass
2015-02-09 3:51 ` Masahiro Yamada
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 04/19] dm: Expand and complete Kconfig in drivers/ Simon Glass
2015-02-09 3:46 ` Masahiro Yamada
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 05/19] dm: Add Kconfig options for driver model SPL support Simon Glass
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file Simon Glass
2015-02-09 3:51 ` Masahiro Yamada
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 07/19] dm: Add CMD_DM and CMD_DEMO to Kconfig Simon Glass
2015-02-09 4:10 ` Masahiro Yamada
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 08/19] dm: Move Raspberry Pi driver model CONFIGs " Simon Glass
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 09/19] dm: exynos: Move " Simon Glass
2015-02-11 19:45 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 10/19] dm: x86: " Simon Glass
2015-02-11 19:46 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 11/19] dm: tegra: " Simon Glass
2015-02-11 19:46 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 12/19] dm: at91: snapper: " Simon Glass
2015-02-09 3:43 ` Masahiro Yamada
2015-02-10 5:04 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 13/19] dm: omap3: " Simon Glass
2015-02-09 5:35 ` Masahiro Yamada
2015-02-10 5:04 ` Simon Glass
2015-02-11 19:46 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 14/19] dm: sandbox: " Simon Glass
2015-02-11 19:46 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 15/19] dm: sunxi: " Simon Glass
2015-02-07 4:22 ` Ian Campbell
2015-02-07 15:12 ` Simon Glass
2015-02-11 19:46 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 16/19] dm: mx6: " Simon Glass
2015-02-11 19:47 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 17/19] dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN " Simon Glass
2015-02-18 13:44 ` Alexey Brodkin
2015-02-19 14:06 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs " Simon Glass
2015-02-06 23:36 ` Dinh Nguyen [this message]
2015-02-07 0:11 ` Simon Glass
2015-02-09 7:29 ` Stefan Roese
2015-02-09 16:45 ` Dinh Nguyen
2015-02-09 17:04 ` Marek Vasut
2015-02-11 19:47 ` Simon Glass
2015-02-06 4:41 ` [U-Boot] [PATCH v2 19/19] dm: Drop unused driver model config_defaults Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D54FE5.8090300@opensource.altera.com \
--to=dinguyen@opensource.altera.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox