From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: Select a bunch of CONFIG_foo options from ARCH_SUNXI
Date: Tue, 30 Jun 2015 16:46:04 -0400 [thread overview]
Message-ID: <20150630204604.GG28577@bill-the-cat> (raw)
In-Reply-To: <1435696397-1434-1-git-send-email-hdegoede@redhat.com>
On Tue, Jun 30, 2015 at 10:33:17PM +0200, Hans de Goede wrote:
> Select a bunch of CONFIG_foo options from ARCH_SUNXI, instead of having
> them set to y in every single sunxi defconfig.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Ug, sorry, I was waiting for some build results to come out before
posting my version of this.
To update the USB side:
$ for F in `git grep -l SYS_EXTRA.*USB_EHCI`;do sed -i -e 's/,USB_EHCI//'
-e 's/USB_EHCI,//' $F && echo CONFIG_USB_EHCI_HCD=y >> $F;done
And was there a reason you didn't include a 'select DM_SERIAL' in yours?
[snip]
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 0829235..6c4d138 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -645,10 +645,13 @@ config ARCH_SOCFPGA
> config ARCH_SUNXI
> bool "Support sunxi (Allwinner) SoCs"
> select DM
> + select DM_ETH
> select DM_GPIO
> + select DM_USB if !USB_MUSB_SUNXI
> select OF_CONTROL
> select OF_SEPARATE
> select SPL_DISABLE_OF_CONTROL
> + select USB
We really don't want to leave USB as a board choice?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150630/057dd9eb/attachment.sig>
next prev parent reply other threads:[~2015-06-30 20:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 20:33 [U-Boot] [PATCH] sunxi: Select a bunch of CONFIG_foo options from ARCH_SUNXI Hans de Goede
2015-06-30 20:46 ` Tom Rini [this message]
2015-07-01 19:05 ` Hans de Goede
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=20150630204604.GG28577@bill-the-cat \
--to=trini@konsulko.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