powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigs

This is needed so that Vitesse 7385 5-port switch could work on
MPC8349E-mITX boards.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by Anton Vorontsov and committed by Kumar Gala b2c2717b feaf3848

+2 -2
+1 -1
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
··· 723 # CONFIG_BROADCOM_PHY is not set 724 # CONFIG_ICPLUS_PHY is not set 725 # CONFIG_REALTEK_PHY is not set 726 - # CONFIG_FIXED_PHY is not set 727 # CONFIG_MDIO_BITBANG is not set 728 # CONFIG_NET_ETHERNET is not set 729 CONFIG_NETDEV_1000=y
··· 723 # CONFIG_BROADCOM_PHY is not set 724 # CONFIG_ICPLUS_PHY is not set 725 # CONFIG_REALTEK_PHY is not set 726 + CONFIG_FIXED_PHY=y 727 # CONFIG_MDIO_BITBANG is not set 728 # CONFIG_NET_ETHERNET is not set 729 CONFIG_NETDEV_1000=y
+1 -1
arch/powerpc/configs/mpc83xx_defconfig
··· 682 # CONFIG_BROADCOM_PHY is not set 683 CONFIG_ICPLUS_PHY=y 684 # CONFIG_REALTEK_PHY is not set 685 - # CONFIG_FIXED_PHY is not set 686 # CONFIG_MDIO_BITBANG is not set 687 CONFIG_NET_ETHERNET=y 688 CONFIG_MII=y
··· 682 # CONFIG_BROADCOM_PHY is not set 683 CONFIG_ICPLUS_PHY=y 684 # CONFIG_REALTEK_PHY is not set 685 + CONFIG_FIXED_PHY=y 686 # CONFIG_MDIO_BITBANG is not set 687 CONFIG_NET_ETHERNET=y 688 CONFIG_MII=y