diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-11 14:16:16 -0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-31 15:04:35 -0800 |
commit | c2292c28263d6b5d69e4e88a24cb6952d5dab973 (patch) | |
tree | c59569c16880cdc63af1a4b7e6f6bca4b5b51aaa | |
parent | e324f7c9ce91b9facdeae2a747435e3e2262f8ae (diff) | |
download | linux-c2292c28263d6b5d69e4e88a24cb6952d5dab973.tar.bz2 |
ARM: multi_v7_defconfig: Select CONFIG_AT803X_PHY
Select CONFIG_AT803X_PHY so that we can boot hummingboard via NFS.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e2c0734f22da..7a48a00fbdb8 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -114,6 +114,7 @@ CONFIG_R8169=y CONFIG_SMSC911X=y CONFIG_STMMAC_ETH=y CONFIG_TI_CPSW=y +CONFIG_AT803X_PHY=y CONFIG_ICPLUS_PHY=y CONFIG_USB_PEGASUS=y CONFIG_USB_USBNET=y |