diff mbox series

ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board

Message ID 20171003101332.32732-1-m.szyprowski@samsung.com
State New
Headers show
Series ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board | expand

Commit Message

Marek Szyprowski Oct. 3, 2017, 10:13 a.m. UTC
Odroid HC1 board has built-in JMicron USB to SATA bridge, which supports
UAS protocol. Enable support for it to make sure that all built-in storage
devices are available. Enable it as module to keep in line with multi_v7
policy to enable drivers as build-in only if they are critical for boot
process. On Odroid HC1 the kernel itself has to be still read from the
SD-card, so assume that modules/initrd is also accessible there.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.14.2

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Krzysztof Kozlowski Oct. 4, 2017, 5:20 p.m. UTC | #1
On Tue, Oct 03, 2017 at 12:13:32PM +0200, Marek Szyprowski wrote:
> Odroid HC1 board has built-in JMicron USB to SATA bridge, which supports

> UAS protocol. Enable support for it to make sure that all built-in storage

> devices are available. Enable it as module to keep in line with multi_v7

> policy to enable drivers as build-in only if they are critical for boot

> process. On Odroid HC1 the kernel itself has to be still read from the

> SD-card, so assume that modules/initrd is also accessible there.

> 

> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

> ---

>  arch/arm/configs/multi_v7_defconfig | 1 +

>  1 file changed, 1 insertion(+)

> 


Thanks, applied.

Best regards,
Krzysztof

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 90f546766f38..83b4e3a5e574 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -689,6 +689,7 @@  CONFIG_USB_OHCI_EXYNOS=m
 CONFIG_USB_R8A66597_HCD=m
 CONFIG_USB_RENESAS_USBHS=m
 CONFIG_USB_STORAGE=y
+CONFIG_USB_UAS=m
 CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_DWC3=y