From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (kgene at kernel.org) Date: Thu, 23 Jan 2014 10:22:46 +0900 Subject: [PATCH] ARM: exynos_defconfig: Update EHCI config entry In-Reply-To: <000101cf1297$fef674c0$fce35e40$%han@samsung.com> References: <1389861264-7305-1-git-send-email-tushar.behera@linaro.org> <000101cf1297$fef674c0$fce35e40$%han@samsung.com> Message-ID: <023601cf17d9$9f2cf720$dd86e560$@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Jingoo Han wrote: > > On Thursday, January 16, 2014 5:34 PM, Tushar Behera wrote: > > > > Commit 29824c167bea ("USB: host: Rename ehci-s5p to ehci-exynos") > > renamed the config entry of EHCI host driver. Similar change needs > > to be done in exynos_defconfig as well. > > > > Signed-off-by: Tushar Behera > > (+cc Vivek Gautam, Yulgon Kim, Julius Werner) > > Reviewed-by: Jingoo Han > > Yes, right. > I overlooked 'exynos_defconfig', when I changed the name of > Exynos EHCI driver. Thank you for sending the patch. :-) > > Best regards, > Jingoo Han > > > --- > > arch/arm/configs/exynos_defconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/configs/exynos_defconfig > b/arch/arm/configs/exynos_defconfig > > index dbe1f1c..4ce7b70 100644 > > --- a/arch/arm/configs/exynos_defconfig > > +++ b/arch/arm/configs/exynos_defconfig > > @@ -94,7 +94,7 @@ CONFIG_FONT_7x14=y > > CONFIG_LOGO=y > > CONFIG_USB=y > > CONFIG_USB_EHCI_HCD=y > > -CONFIG_USB_EHCI_S5P=y > > +CONFIG_USB_EHCI_EXYNOS=y > > CONFIG_USB_STORAGE=y > > CONFIG_USB_DWC3=y > > CONFIG_USB_PHY=y > > -- > > 1.7.9.5 OK, applied into -fixes. Thanks, Kukjin