Skip to content

Commit

Permalink
add otg support
Browse files Browse the repository at this point in the history
  • Loading branch information
hathlife committed Jul 5, 2016
1 parent 7ca6f9e commit 1cef3d6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion arch/arm/configs/lynx_dl40_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ CONFIG_MMC_PERF_PROFILING=y
CONFIG_MMC_CUST_SH=y
CONFIG_MMC_EMMC_CUST_SH=y
CONFIG_ERR_DETECT_EMMC_CUST_SH=y
#CONFIG_RW_PROTECT_EMMC_CUST_SH is not set
# CONFIG_RW_PROTECT_EMMC_CUST_SH is not set
CONFIG_ACCESS_OPTIMIZE_EMMC_CUST_SH=y
CONFIG_TIMEOUTCTRL_EMMC_CUST_SH=y
CONFIG_HS200_TUNING_EMMC_CUST_SH=y
Expand Down Expand Up @@ -556,6 +556,7 @@ CONFIG_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_PATH=y
# CONFIG_SECURITY_MIYABI is not set
CONFIG_LSM_MMAP_MIN_ADDR=4096
CONFIG_SECURITY_SELINUX=y
CONFIG_CRYPTO_NULL=y
Expand All @@ -565,3 +566,17 @@ CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_DEV_QCRYPTO=m
CONFIG_CRYPTO_DEV_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_GPIO_VBUS=m
# CONFIG_TWL6030_USB is not set
CONFIG_NOP_USB_XCEIV=y
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_PERF_PROFILING is not set
# CONFIG_MMC_CUST_SH is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

0 comments on commit 1cef3d6

Please sign in to comment.