Re: [v2, 1/4] powerpc: wii_defconfig: Disable Ethernet driver support code

2018-05-10 Thread Michael Ellerman
On Mon, 2018-05-07 at 14:20:16 UTC, =?utf-8?q?Jonathan_Neusch=C3=A4fer?= wrote: > The Wii doesn't have built-in Ethernet and USB Ethernet adapters are in > a different menu. Disable CONFIG_ETHERNET to save some space in support > code for Ethernet drivers. > > Note that this patch doesn't disable

[PATCH v2 1/4] powerpc: wii_defconfig: Disable Ethernet driver support code

2018-05-07 Thread Jonathan Neuschäfer
The Wii doesn't have built-in Ethernet and USB Ethernet adapters are in a different menu. Disable CONFIG_ETHERNET to save some space in support code for Ethernet drivers. Note that this patch doesn't disable any Ethernet drivers, because they are not enabled by default. Signed-off-by: Jonathan Ne