From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 24 Feb 2016 09:48:53 -0700 Subject: [U-Boot] [PATCH 2/2] net: Move CONFIG_RTL8169 to Kconfig In-Reply-To: <1456290557-8719-2-git-send-email-bmeng.cn@gmail.com> References: <1456290557-8719-1-git-send-email-bmeng.cn@gmail.com> <1456290557-8719-2-git-send-email-bmeng.cn@gmail.com> Message-ID: <56CDDEF5.3050905@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2016 10:09 PM, Bin Meng wrote: > Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig > to use that. You didn't Cc any maintainers of these files... I only accidentally noticed this patch. > configs/beaver_defconfig | 1 + > configs/cardhu_defconfig | 1 + > configs/chromebox_panther_defconfig | 1 + > configs/jetson-tk1_defconfig | 1 + > configs/minnowmax_defconfig | 1 + > configs/p2371-2180_defconfig | 1 + > configs/trimslice_defconfig | 1 + > drivers/net/Kconfig | 6 ++++++ > include/configs/beaver.h | 1 - > include/configs/cardhu.h | 1 - > include/configs/chromebox_panther.h | 1 - > include/configs/jetson-tk1.h | 1 - > include/configs/minnowmax.h | 1 - > include/configs/p2371-2180.h | 1 - > include/configs/r7780mp.h | 1 - > include/configs/sh7785lcr.h | 1 - > include/configs/trimslice.h | 1 - I don't see any file in configs/ that was updated to account for the removals from r7780mp.h and sh7785lcr.h. Is that intentional? > diff --git a/include/configs/beaver.h b/include/configs/beaver.h > index c672a8e..21ee954 100644 > --- a/include/configs/beaver.h > +++ b/include/configs/beaver.h > @@ -64,7 +64,6 @@ > #define CONFIG_CMD_PCI > > /* PCI networking support */ > -#define CONFIG_RTL8169 > > /* General networking support */ > #define CONFIG_CMD_DHCP The comment "PCI networking support" and the blank line before it should be removed too. This comment applies to a number of the other files too.