From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 26 Apr 2015 04:33:20 +0100 Subject: [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model In-Reply-To: <1429883310-22441-21-git-send-email-hdegoede@redhat.com> References: <1429883310-22441-1-git-send-email-hdegoede@redhat.com> <1429883310-22441-21-git-send-email-hdegoede@redhat.com> Message-ID: <1430019200.12403.79.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: > diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig > index 3831d3b..3997637 100644 > --- a/board/sunxi/Kconfig > +++ b/board/sunxi/Kconfig > @@ -529,4 +529,16 @@ config GMAC_TX_DELAY > ---help--- > Set the GMAC Transmit Clock Delay Chain value. > > +config NET > + default y > + > +config NETDEVICES > + default y > + > +config DM_ETH > + default y > + > +config DM_SERIAL > + default y None of these have a more appropriate home than sunxi/Kconfig?