diff options
author | Kevin Hilman <khilman@baylibre.com> | 2016-06-03 15:38:15 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-06-23 16:53:37 -0700 |
commit | 72557a658a4e0603814e09f3bc8551f2d3b58802 (patch) | |
tree | 533fe106c7360b0993356c29dead34836364be25 | |
parent | 8da7cc087b27c039a217c2b5b13df717bc6bbc88 (diff) | |
download | linux-72557a658a4e0603814e09f3bc8551f2d3b58802.tar.gz linux-72557a658a4e0603814e09f3bc8551f2d3b58802.tar.bz2 linux-72557a658a4e0603814e09f3bc8551f2d3b58802.zip |
arm64: defconfig: enable stmmac and realtek PHY as modules
Some Amlogic GXBB boards use the stmmac ethernet driver. Also, enable
the realtek PHY used on meson-gxbb-odroidc2. The micrel PHY used on the
meson-gxbb-p20x boards is already enabled.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 83dd183077ef..a8dd03e28ed7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -128,6 +128,8 @@ CONFIG_SKY2=y CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y +CONFIG_STMMAC_ETH=m +CONFIG_REALTEK_PHY=m CONFIG_MICREL_PHY=y CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m |