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/parrot_r16_defconfig | |
parent | c6c1ca100feaddd0003723f8a06102db1e521412 (diff) |
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/parrot_r16_defconfig')
-rw-r--r-- | configs/parrot_r16_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/parrot_r16_defconfig b/configs/parrot_r16_defconfig index c3e61784ac..a6e92cc9e7 100644 --- a/configs/parrot_r16_defconfig +++ b/configs/parrot_r16_defconfig @@ -20,3 +20,4 @@ CONFIG_SPL=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 |