diff options
author | Biju Das <biju.das@bp.renesas.com> | 2019-04-23 09:13:23 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-05-20 07:24:06 -0400 |
commit | b995421faef5b24ee8ec60d66b356b57ca0c8b77 (patch) | |
tree | 00753e45352bcd3e2013a29796a41326f7a1601b | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) |
ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig
Remove the GENERIC_PHY config option from shmobile_defconfig, as it is
selected by PHY_RCAR_GEN3_USB2.
PHY_RCAR_GEN3_USB2 is enabled by the commit 0cd4f4f10245d1d9616e00245
("ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig").
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index eb02ba9ec6e6..c6c70355141c 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -197,7 +197,6 @@ CONFIG_PWM=y | |||
197 | CONFIG_PWM_RCAR=y | 197 | CONFIG_PWM_RCAR=y |
198 | CONFIG_PWM_RENESAS_TPU=y | 198 | CONFIG_PWM_RENESAS_TPU=y |
199 | CONFIG_RESET_CONTROLLER=y | 199 | CONFIG_RESET_CONTROLLER=y |
200 | CONFIG_GENERIC_PHY=y | ||
201 | CONFIG_PHY_RCAR_GEN2=y | 200 | CONFIG_PHY_RCAR_GEN2=y |
202 | CONFIG_PHY_RCAR_GEN3_USB2=y | 201 | CONFIG_PHY_RCAR_GEN3_USB2=y |
203 | # CONFIG_DNOTIFY is not set | 202 | # CONFIG_DNOTIFY is not set |