Re: [U-Boot] [PATCH 1/7] net/ethoc: add Kconfig entry for the driver

2016-08-04 Thread Joe Hershberger
On Tue, Aug 2, 2016 at 6:31 AM, Max Filippov wrote: > Add Kconfig entry for the driver, remove #define CONFIG_ETHOC from the > only board configuration that uses it and put it into that board's > defconfig. > > Cc: Stefan Kristiansson > Signed-off-by: Max Filippov Acked-by: Joe Hershberger ___

[U-Boot] [PATCH 1/7] net/ethoc: add Kconfig entry for the driver

2016-08-02 Thread Max Filippov
Add Kconfig entry for the driver, remove #define CONFIG_ETHOC from the only board configuration that uses it and put it into that board's defconfig. Cc: Stefan Kristiansson Signed-off-by: Max Filippov --- configs/openrisc-generic_defconfig | 2 ++ drivers/net/Kconfig| 5 + i