diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:27 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:04 +0200 |
commit | 360426fb8cb42c6d7f2ced20eace81f487ac5d27 (patch) | |
tree | e6f90a4538013bfaa09ebf11b7ab48f7dd46c727 /arch/powerpc/configs/tqm8xx_defconfig | |
parent | powerpc/configs: Update for CONFIG_DEBUG_FS being selected via CONFIG_RCU_TRACE (diff) | |
download | linux-360426fb8cb42c6d7f2ced20eace81f487ac5d27.tar.xz linux-360426fb8cb42c6d7f2ced20eace81f487ac5d27.zip |
powerpc/configs: Update for CONFIG_FIXED_PHY being selected by CONFIG_OF_MDIO
In commit a5e4bd991362 ("of_mdio: select fixed phy support
unconditionally"), CONFIG_OF_MDIO began selecting CONFIG_FIXED_PHY.
That means we no longer need to set it some of our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/tqm8xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/tqm8xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/tqm8xx_defconfig b/arch/powerpc/configs/tqm8xx_defconfig index 0397b9f3c384..cd72193fac0a 100644 --- a/arch/powerpc/configs/tqm8xx_defconfig +++ b/arch/powerpc/configs/tqm8xx_defconfig @@ -45,7 +45,6 @@ CONFIG_MTD_PHYSMAP_OF=y CONFIG_NETDEVICES=y CONFIG_FS_ENET=y CONFIG_DAVICOM_PHY=y -CONFIG_FIXED_PHY=y # CONFIG_WLAN is not set # CONFIG_INPUT is not set # CONFIG_SERIO is not set |