diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-10 10:16:00 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-10 20:13:48 -0500 |
commit | 59ab5e08b2a60f97e3b59eb8fa4a79c567fc98a5 (patch) | |
tree | 2467a58702064d638d673784d20260747622cbb4 | |
parent | 0d8587b49a445d11e497fbe296576e7ab7c54109 (diff) |
ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
The Renesas R-Car (Gen1) USB PHY driver (which is being removed) does
not support DT, and is thus useless in a Renesas ARM multi-platform
kernel.
Signed-off-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 e51f7a79c730..91233ed27578 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -162,7 +162,6 @@ CONFIG_USB_EHCI_HCD=y | |||
162 | CONFIG_USB_OHCI_HCD=y | 162 | CONFIG_USB_OHCI_HCD=y |
163 | CONFIG_USB_R8A66597_HCD=y | 163 | CONFIG_USB_R8A66597_HCD=y |
164 | CONFIG_USB_RENESAS_USBHS=y | 164 | CONFIG_USB_RENESAS_USBHS=y |
165 | CONFIG_USB_RCAR_PHY=y | ||
166 | CONFIG_USB_GADGET=y | 165 | CONFIG_USB_GADGET=y |
167 | CONFIG_USB_RENESAS_USBHS_UDC=y | 166 | CONFIG_USB_RENESAS_USBHS_UDC=y |
168 | CONFIG_USB_ETH=y | 167 | CONFIG_USB_ETH=y |