diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-01-11 12:59:59 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-01-27 18:23:03 +0900 |
commit | ae6b99bc6928d13856172f287ee21be2eac39673 (patch) | |
tree | 730428bfbd5e51391179fc537c1571c1afc7b803 /arch/arm/configs/shmobile_defconfig | |
parent | 406663ed61c8ad2b792824af1c1bc0e4faa711c6 (diff) | |
download | blackbird-op-linux-ae6b99bc6928d13856172f287ee21be2eac39673.tar.gz blackbird-op-linux-ae6b99bc6928d13856172f287ee21be2eac39673.zip |
ARM: shmobile: enable XHCI_RCAR in defconfig
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 5208b5caacd1..b7b714c3958c 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -162,6 +162,8 @@ CONFIG_SND_SOC_RSRC_CARD=y CONFIG_SND_SOC_AK4642=y CONFIG_SND_SOC_WM8978=y CONFIG_USB=y +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_RCAR=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_R8A66597_HCD=y |