Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig
This converts the following to Kconfig: CONFIG_USB_GADGET_DWC2_OTG_PHY Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dd4bf24445
commit
b68ba0e0eb
@ -72,6 +72,7 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
CONFIG_LIB_HW_RAND=y
|
||||
|
@ -54,5 +54,6 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
|
@ -61,5 +61,6 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
|
@ -59,5 +59,6 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
|
@ -62,6 +62,7 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
CONFIG_LIB_HW_RAND=y
|
||||
|
@ -59,6 +59,7 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6601
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_THOR=y
|
||||
CONFIG_LIB_HW_RAND=y
|
||||
|
@ -92,6 +92,11 @@ config USB_GADGET_DWC2_OTG
|
||||
|
||||
if USB_GADGET_DWC2_OTG
|
||||
|
||||
config USB_GADGET_DWC2_OTG_PHY
|
||||
bool "DesignWare USB2.0 HS OTG PHY"
|
||||
help
|
||||
Enable the DesignWare USB2.0 HS OTG physical device interface.
|
||||
|
||||
config USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8
|
||||
bool "DesignWare USB2.0 HS OTG controller 8-bit PHY bus width"
|
||||
help
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
/* Common environment variables */
|
||||
#define ENV_ITB \
|
||||
"loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \
|
||||
|
@ -128,6 +128,4 @@
|
||||
|
||||
#define CONFIG_SYS_ONENAND_BASE 0xB0000000
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
@ -89,8 +89,6 @@
|
||||
|
||||
#define CONFIG_SYS_ONENAND_BASE 0x0C000000
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
void universal_spi_scl(int bit);
|
||||
void universal_spi_sda(int bit);
|
||||
|
@ -10,8 +10,6 @@
|
||||
|
||||
#include "exynos4-common.h"
|
||||
|
||||
#undef CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user