[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1393178459-14637-5-git-send-email-vladimir.barinov@cogentembedded.com>
Date: Sun, 23 Feb 2014 22:00:59 +0400
From: <vladimir.barinov@...entembedded.com>
To: <linux-sh@...r.kernel.org>
Cc: <linus.walleij@...aro.org>, linux-gpio@...r.kernel.org,
<magnus.damm@...il.com>, <horms@...ge.net.au>, <gnurou@...il.com>,
<linux-kernel@...r.kernel.org>, <kuninori.morimoto.gx@...esas.com>,
<valentine.barshak@...entembedded.com>
Subject: [PATCH V4 4/4] ARM: shmobile: koelsch: Add USB and PCI to defconfig
From: Vladimir Barinov <vladimir.barinov@...entembedded.com>
Add USB and PCI to koelsch_defconfig
Signed-off-by: <vladimir.barinov@...entembedded.com>
Changes in V4:
* Added this patch to series
---
arch/arm/configs/koelsch_defconfig | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
Index: build/arch/arm/configs/koelsch_defconfig
===================================================================
--- build.orig/arch/arm/configs/koelsch_defconfig 2014-02-23 21:47:44.542571966 +0400
+++ build/arch/arm/configs/koelsch_defconfig 2014-02-23 21:48:03.718571572 +0400
@@ -18,6 +18,8 @@
CONFIG_CPU_BPREDICT_DISABLE=y
CONFIG_PL310_ERRATA_588369=y
CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
@@ -81,7 +83,19 @@
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
# CONFIG_HID is not set
-# CONFIG_USB_SUPPORT is not set
+CONFIG_USB_SUPPORT=y
+CONFIG_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_HCD_PCI=y
+CONFIG_USB_RENESAS_USBHS_HCD=y
+CONFIG_USB_RENESAS_USBHS=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_PHY=y
+CONFIG_USB_RCAR_GEN2_PHY=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_RENESAS_USBHS_UDC=y
+CONFIG_USB_ETH=y
CONFIG_MMC=y
CONFIG_MMC_SDHI=y
CONFIG_NEW_LEDS=y
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists