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 /include/configs/exynos4-common.h | |
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 'include/configs/exynos4-common.h')
-rw-r--r-- | include/configs/exynos4-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos4-common.h b/include/configs/exynos4-common.h index 3b70ff64f8..996dbed99d 100644 --- a/include/configs/exynos4-common.h +++ b/include/configs/exynos4-common.h @@ -33,8 +33,6 @@ #define CONFIG_USB_GADGET_DWC2_OTG_PHY -#define CONFIG_USB_FUNCTION_MASS_STORAGE - /* Common environment variables */ #define CONFIG_EXTRA_ENV_ITB \ "loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \ |