diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-01-29 19:25:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-02 07:13:48 -0500 |
commit | 4f60e5d3a82f7061d235c28eb3451b612fae43b5 (patch) | |
tree | 5f5f0cd433fe1038f22d7e7a0cd23bc46ba0eddb /configs/Sinlinx_SinA33_defconfig | |
parent | c6c1ca100feaddd0003723f8a06102db1e521412 (diff) | |
download | u-boot-4f60e5d3a82f7061d235c28eb3451b612fae43b5.tar.gz |
Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig
This commit moves USB_FUNCTION_MASS_STORAGE config to Kconfig.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/Sinlinx_SinA33_defconfig')
-rw-r--r-- | configs/Sinlinx_SinA33_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig index 9e2d9e2163..41ea4aa86e 100644 --- a/configs/Sinlinx_SinA33_defconfig +++ b/configs/Sinlinx_SinA33_defconfig @@ -24,3 +24,4 @@ CONFIG_DFU_RAM=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_USB_FUNCTION_MASS_STORAGE=y |