summaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-01-29 19:25:54 +0100
committerTom Rini <trini@konsulko.com>2018-02-02 07:13:48 -0500
commit4f60e5d3a82f7061d235c28eb3451b612fae43b5 (patch)
tree5f5f0cd433fe1038f22d7e7a0cd23bc46ba0eddb /include/configs/sunxi-common.h
parentc6c1ca100feaddd0003723f8a06102db1e521412 (diff)
downloadu-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 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 9b3944ad13..542f7f5df9 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -312,10 +312,6 @@ extern int soft_i2c_gpio_scl;
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
#endif
-#ifdef CONFIG_USB_MUSB_GADGET
-#define CONFIG_USB_FUNCTION_MASS_STORAGE
-#endif
-
#ifdef CONFIG_USB_FUNCTION_MASS_STORAGE
#endif