All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Dinh <mibodhi@gmail.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>,
	Stefan Roese <sr@denx.de>, Jason Cooper <u-boot@lakedaemon.net>
Cc: Chris Packham <judge.packham@gmail.com>,
	Tom Rini <trini@konsulko.com>, Tony Dinh <mibodhi@gmail.com>,
	Adam Ford <aford173@gmail.com>
Subject: [PATCH 1/3] arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs
Date: Sun, 25 Jul 2021 23:01:18 -0700	[thread overview]
Message-ID: <20210726060121.7253-2-mibodhi@gmail.com> (raw)
In-Reply-To: <20210726060121.7253-1-mibodhi@gmail.com>

Add DM_ETH, SATA_MV and associated configs to dreamplug_defconfig

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---

 configs/dreamplug_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig
index 8956d2f3c5..516e28752c 100644
--- a/configs/dreamplug_defconfig
+++ b/configs/dreamplug_defconfig
@@ -51,3 +51,7 @@ CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y
+CONFIG_DM_ETH=y
+CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_CMD_SATA=y
+CONFIG_SATA_MV=y
-- 
2.20.1


  reply	other threads:[~2021-07-26  6:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26  6:01 [PATCH 0/3] Convert the Dreamplug Ethernet and SATA to Driver Model Tony Dinh
2021-07-26  6:01 ` Tony Dinh [this message]
2021-07-31  7:42   ` [PATCH 1/3] arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs Stefan Roese
2021-07-26  6:01 ` [PATCH 2/3] arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device tree Tony Dinh
2021-07-31  7:41   ` Stefan Roese
2021-07-31  9:55     ` Tony Dinh
2021-07-31 10:27       ` Stefan Roese
2021-07-31 11:50         ` Stefan Roese
2021-07-31 22:37           ` Tony Dinh
2021-08-02  6:39             ` Stefan Roese
2021-08-02  7:54               ` Tony Dinh
2021-07-26  6:01 ` [PATCH 3/3] arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configs Tony Dinh
2021-07-31  7:43   ` Stefan Roese
2021-07-31 10:00 ` [PATCH 0/3] Convert the Dreamplug Ethernet and SATA to Driver Model Stefan Roese

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=20210726060121.7253-2-mibodhi@gmail.com \
    --to=mibodhi@gmail.com \
    --cc=aford173@gmail.com \
    --cc=judge.packham@gmail.com \
    --cc=sr@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lakedaemon.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.