diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-12-01 16:08:03 +0900 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-01-15 12:05:26 -0600 |
commit | dcd18eaf6147c0c69d510883ee08ed1971c5b979 (patch) | |
tree | 787f14958bbc5c7e475de402db044bdcb886df96 /include/configs/stout.h | |
parent | aae5d237b97dd93ac932d3329c6fdab4bd84c85d (diff) | |
download | u-boot-dcd18eaf6147c0c69d510883ee08ed1971c5b979.tar.gz |
net: sh-eth: Add to Kconfig and convert
This adds SH_ETHER to drivers/net/Kconfig and convert to Kconfig.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/stout.h')
-rw-r--r-- | include/configs/stout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index 9422c042f3..789f364168 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -48,7 +48,6 @@ #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ -#define CONFIG_SH_ETHER #define CONFIG_SH_ETHER_USE_PORT 0 #define CONFIG_SH_ETHER_PHY_ADDR 0x1 #define CONFIG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII |