Skip to content

Commit cc8679d

Browse files
author
padavanonly
committed
jdc cloud add usb support
1 parent 5012f33 commit cc8679d

File tree

1 file changed

+252
-9
lines changed

1 file changed

+252
-9
lines changed

trunk/configs/boards/RE-SP-01B/kernel-4.4.x.config

+252-9
Original file line numberDiff line numberDiff line change
@@ -1268,18 +1268,97 @@ CONFIG_BLK_DEV=y
12681268
CONFIG_HAVE_IDE=y
12691269
# CONFIG_IDE is not set
12701270

1271+
12711272
#
12721273
# SCSI device support
12731274
#
12741275
CONFIG_SCSI_MOD=y
1275-
# CONFIG_RAID_ATTRS is not set
1276-
# CONFIG_SCSI is not set
1277-
# CONFIG_SCSI_DMA is not set
1276+
CONFIG_RAID_ATTRS=y
1277+
CONFIG_SCSI=y
1278+
CONFIG_SCSI_DMA=y
12781279
# CONFIG_SCSI_NETLINK is not set
1280+
# CONFIG_SCSI_MQ_DEFAULT is not set
1281+
CONFIG_SCSI_PROC_FS=y
1282+
1283+
#
1284+
# SCSI support type (disk, tape, CD-ROM)
1285+
#
1286+
CONFIG_BLK_DEV_SD=y
1287+
# CONFIG_CHR_DEV_ST is not set
1288+
# CONFIG_CHR_DEV_OSST is not set
1289+
CONFIG_BLK_DEV_SR=m
1290+
# CONFIG_BLK_DEV_SR_VENDOR is not set
1291+
# CONFIG_CHR_DEV_SG is not set
1292+
# CONFIG_CHR_DEV_SCH is not set
1293+
# CONFIG_SCSI_CONSTANTS is not set
1294+
# CONFIG_SCSI_LOGGING is not set
1295+
# CONFIG_SCSI_SCAN_ASYNC is not set
1296+
1297+
#
1298+
# SCSI Transports
1299+
#
1300+
# CONFIG_SCSI_SPI_ATTRS is not set
1301+
# CONFIG_SCSI_FC_ATTRS is not set
1302+
# CONFIG_SCSI_ISCSI_ATTRS is not set
1303+
# CONFIG_SCSI_SAS_ATTRS is not set
1304+
# CONFIG_SCSI_SAS_LIBSAS is not set
1305+
# CONFIG_SCSI_SRP_ATTRS is not set
1306+
CONFIG_SCSI_LOWLEVEL=y
1307+
# CONFIG_ISCSI_TCP is not set
1308+
# CONFIG_ISCSI_BOOT_SYSFS is not set
1309+
# CONFIG_SCSI_CXGB3_ISCSI is not set
1310+
# CONFIG_SCSI_CXGB4_ISCSI is not set
1311+
# CONFIG_SCSI_BNX2_ISCSI is not set
1312+
# CONFIG_BE2ISCSI is not set
1313+
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
1314+
# CONFIG_SCSI_HPSA is not set
1315+
# CONFIG_SCSI_3W_9XXX is not set
1316+
# CONFIG_SCSI_3W_SAS is not set
1317+
# CONFIG_SCSI_ACARD is not set
1318+
# CONFIG_SCSI_AACRAID is not set
1319+
# CONFIG_SCSI_AIC7XXX is not set
1320+
# CONFIG_SCSI_AIC79XX is not set
1321+
# CONFIG_SCSI_AIC94XX is not set
1322+
# CONFIG_SCSI_MVSAS is not set
1323+
# CONFIG_SCSI_MVUMI is not set
1324+
# CONFIG_SCSI_DPT_I2O is not set
1325+
# CONFIG_SCSI_ADVANSYS is not set
1326+
# CONFIG_SCSI_ARCMSR is not set
1327+
# CONFIG_SCSI_ESAS2R is not set
1328+
# CONFIG_MEGARAID_NEWGEN is not set
1329+
# CONFIG_MEGARAID_LEGACY is not set
1330+
# CONFIG_MEGARAID_SAS is not set
1331+
# CONFIG_SCSI_MPT3SAS is not set
1332+
# CONFIG_SCSI_MPT2SAS is not set
1333+
# CONFIG_SCSI_UFSHCD is not set
1334+
# CONFIG_SCSI_HPTIOP is not set
1335+
# CONFIG_SCSI_BUSLOGIC is not set
1336+
# CONFIG_VMWARE_PVSCSI is not set
1337+
# CONFIG_SCSI_SNIC is not set
1338+
# CONFIG_SCSI_DMX3191D is not set
1339+
# CONFIG_SCSI_EATA is not set
1340+
# CONFIG_SCSI_FUTURE_DOMAIN is not set
1341+
# CONFIG_SCSI_GDTH is not set
1342+
# CONFIG_SCSI_ISCI is not set
1343+
# CONFIG_SCSI_IPS is not set
1344+
# CONFIG_SCSI_INITIO is not set
1345+
# CONFIG_SCSI_INIA100 is not set
1346+
# CONFIG_SCSI_STEX is not set
1347+
# CONFIG_SCSI_SYM53C8XX_2 is not set
1348+
# CONFIG_SCSI_QLOGIC_1280 is not set
1349+
# CONFIG_SCSI_QLA_ISCSI is not set
1350+
# CONFIG_SCSI_DC395x is not set
1351+
# CONFIG_SCSI_AM53C974 is not set
1352+
# CONFIG_SCSI_WD719X is not set
1353+
# CONFIG_SCSI_DEBUG is not set
1354+
# CONFIG_SCSI_PMCRAID is not set
1355+
# CONFIG_SCSI_PM8001 is not set
1356+
# CONFIG_SCSI_DH is not set
1357+
# CONFIG_SCSI_OSD_INITIATOR is not set
12791358
# CONFIG_ATA is not set
12801359
# CONFIG_MD is not set
1360+
# CONFIG_TARGET_CORE is not set
12811361
# CONFIG_FUSION is not set
1282-
12831362
#
12841363
# IEEE 1394 (FireWire) support
12851364
#
@@ -1403,10 +1482,15 @@ CONFIG_PPP_ASYNC=y
14031482
CONFIG_PPP_SYNC_TTY=y
14041483
# CONFIG_SLIP is not set
14051484
CONFIG_SLHC=y
1406-
1407-
#
1408-
# Host-side USB support is needed for USB Network Adapter support
1409-
#
1485+
CONFIG_USB_NET_DRIVERS=y
1486+
# CONFIG_USB_CATC is not set
1487+
# CONFIG_USB_KAWETH is not set
1488+
# CONFIG_USB_PEGASUS is not set
1489+
# CONFIG_USB_RTL8150 is not set
1490+
# CONFIG_USB_RTL8152 is not set
1491+
# CONFIG_USB_LAN78XX is not set
1492+
# CONFIG_USB_USBNET is not set
1493+
# CONFIG_USB_IPHETH is not set
14101494
CONFIG_WLAN=y
14111495
# CONFIG_PRISM54 is not set
14121496
# CONFIG_HOSTAP is not set
@@ -1930,12 +2014,170 @@ CONFIG_MFD_SYSCON=y
19302014
# CONFIG_SOUND is not set
19312015
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
19322016
CONFIG_USB_SUPPORT=y
2017+
CONFIG_USB_COMMON=y
19332018
CONFIG_USB_ARCH_HAS_HCD=y
1934-
# CONFIG_USB is not set
2019+
CONFIG_USB=y
2020+
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
2021+
2022+
#
2023+
# Miscellaneous USB options
2024+
#
2025+
CONFIG_USB_DEFAULT_PERSIST=y
2026+
# CONFIG_USB_DYNAMIC_MINORS is not set
2027+
# CONFIG_USB_OTG_WHITELIST is not set
2028+
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
2029+
# CONFIG_USB_ULPI_BUS is not set
2030+
# CONFIG_USB_MON is not set
2031+
# CONFIG_USB_WUSB_CBAF is not set
2032+
2033+
#
2034+
# USB Host Controller Drivers
2035+
#
2036+
# CONFIG_USB_C67X00_HCD is not set
2037+
CONFIG_USB_XHCI_HCD=m
2038+
CONFIG_USB_XHCI_PCI=m
2039+
# CONFIG_USB_XHCI_PLATFORM is not set
2040+
CONFIG_USB_EHCI_HCD=m
2041+
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
2042+
CONFIG_USB_EHCI_TT_NEWSCHED=y
2043+
CONFIG_USB_EHCI_PCI=m
2044+
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
2045+
# CONFIG_USB_OXU210HP_HCD is not set
2046+
# CONFIG_USB_ISP116X_HCD is not set
2047+
# CONFIG_USB_ISP1362_HCD is not set
2048+
# CONFIG_USB_FOTG210_HCD is not set
2049+
# CONFIG_USB_MAX3421_HCD is not set
2050+
CONFIG_USB_OHCI_HCD=m
2051+
# CONFIG_USB_OHCI_HCD_PCI is not set
2052+
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
2053+
# CONFIG_USB_UHCI_HCD is not set
2054+
# CONFIG_USB_SL811_HCD is not set
2055+
# CONFIG_USB_R8A66597_HCD is not set
2056+
# CONFIG_USB_HCD_TEST_MODE is not set
2057+
2058+
#
2059+
# USB Device Class drivers
2060+
#
2061+
CONFIG_USB_ACM=m
2062+
CONFIG_USB_PRINTER=m
2063+
CONFIG_USB_WDM=m
2064+
# CONFIG_USB_TMC is not set
2065+
2066+
#
2067+
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
2068+
#
2069+
2070+
#
2071+
# also be needed; see USB_STORAGE Help for more info
2072+
#
2073+
CONFIG_USB_STORAGE=m
2074+
# CONFIG_USB_STORAGE_DEBUG is not set
2075+
CONFIG_USB_STORAGE_REALTEK=m
2076+
# CONFIG_USB_STORAGE_DATAFAB is not set
2077+
# CONFIG_USB_STORAGE_FREECOM is not set
2078+
# CONFIG_USB_STORAGE_ISD200 is not set
2079+
# CONFIG_USB_STORAGE_USBAT is not set
2080+
# CONFIG_USB_STORAGE_SDDR09 is not set
2081+
# CONFIG_USB_STORAGE_SDDR55 is not set
2082+
# CONFIG_USB_STORAGE_JUMPSHOT is not set
2083+
# CONFIG_USB_STORAGE_ALAUDA is not set
2084+
# CONFIG_USB_STORAGE_KARMA is not set
2085+
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2086+
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
2087+
# CONFIG_USB_UAS is not set
2088+
2089+
#
2090+
# USB Imaging devices
2091+
#
2092+
# CONFIG_USB_MDC800 is not set
2093+
# CONFIG_USB_MICROTEK is not set
2094+
# CONFIG_USBIP_CORE is not set
2095+
# CONFIG_USB_MUSB_HDRC is not set
2096+
# CONFIG_USB_DWC3 is not set
2097+
# CONFIG_USB_DWC2 is not set
2098+
# CONFIG_USB_CHIPIDEA is not set
2099+
# CONFIG_USB_ISP1760 is not set
19352100

19362101
#
19372102
# USB port drivers
19382103
#
2104+
CONFIG_USB_SERIAL=m
2105+
# CONFIG_USB_SERIAL_GENERIC is not set
2106+
# CONFIG_USB_SERIAL_SIMPLE is not set
2107+
# CONFIG_USB_SERIAL_AIRCABLE is not set
2108+
# CONFIG_USB_SERIAL_ARK3116 is not set
2109+
# CONFIG_USB_SERIAL_BELKIN is not set
2110+
# CONFIG_USB_SERIAL_CH341 is not set
2111+
# CONFIG_USB_SERIAL_WHITEHEAT is not set
2112+
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
2113+
# CONFIG_USB_SERIAL_CP210X is not set
2114+
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
2115+
# CONFIG_USB_SERIAL_EMPEG is not set
2116+
# CONFIG_USB_SERIAL_FTDI_SIO is not set
2117+
# CONFIG_USB_SERIAL_VISOR is not set
2118+
# CONFIG_USB_SERIAL_IPAQ is not set
2119+
# CONFIG_USB_SERIAL_IR is not set
2120+
# CONFIG_USB_SERIAL_EDGEPORT is not set
2121+
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
2122+
# CONFIG_USB_SERIAL_F81232 is not set
2123+
# CONFIG_USB_SERIAL_GARMIN is not set
2124+
# CONFIG_USB_SERIAL_IPW is not set
2125+
# CONFIG_USB_SERIAL_IUU is not set
2126+
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
2127+
# CONFIG_USB_SERIAL_KEYSPAN is not set
2128+
# CONFIG_USB_SERIAL_KLSI is not set
2129+
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
2130+
# CONFIG_USB_SERIAL_MCT_U232 is not set
2131+
# CONFIG_USB_SERIAL_METRO is not set
2132+
# CONFIG_USB_SERIAL_MOS7720 is not set
2133+
# CONFIG_USB_SERIAL_MOS7840 is not set
2134+
# CONFIG_USB_SERIAL_MXUPORT is not set
2135+
# CONFIG_USB_SERIAL_NAVMAN is not set
2136+
# CONFIG_USB_SERIAL_PL2303 is not set
2137+
# CONFIG_USB_SERIAL_OTI6858 is not set
2138+
# CONFIG_USB_SERIAL_QCAUX is not set
2139+
# CONFIG_USB_SERIAL_QUALCOMM is not set
2140+
# CONFIG_USB_SERIAL_SPCP8X5 is not set
2141+
# CONFIG_USB_SERIAL_SAFE is not set
2142+
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
2143+
# CONFIG_USB_SERIAL_SYMBOL is not set
2144+
# CONFIG_USB_SERIAL_TI is not set
2145+
# CONFIG_USB_SERIAL_CYBERJACK is not set
2146+
# CONFIG_USB_SERIAL_XIRCOM is not set
2147+
# CONFIG_USB_SERIAL_OPTION is not set
2148+
# CONFIG_USB_SERIAL_OMNINET is not set
2149+
# CONFIG_USB_SERIAL_OPTICON is not set
2150+
# CONFIG_USB_SERIAL_XSENS_MT is not set
2151+
# CONFIG_USB_SERIAL_WISHBONE is not set
2152+
# CONFIG_USB_SERIAL_SSU100 is not set
2153+
# CONFIG_USB_SERIAL_QT2 is not set
2154+
# CONFIG_USB_SERIAL_DEBUG is not set
2155+
2156+
#
2157+
# USB Miscellaneous drivers
2158+
#
2159+
# CONFIG_USB_EMI62 is not set
2160+
# CONFIG_USB_EMI26 is not set
2161+
# CONFIG_USB_ADUTUX is not set
2162+
# CONFIG_USB_SEVSEG is not set
2163+
# CONFIG_USB_LEGOTOWER is not set
2164+
# CONFIG_USB_LCD is not set
2165+
# CONFIG_USB_LED is not set
2166+
# CONFIG_USB_CYPRESS_CY7C63 is not set
2167+
# CONFIG_USB_CYTHERM is not set
2168+
# CONFIG_USB_IDMOUSE is not set
2169+
# CONFIG_USB_FTDI_ELAN is not set
2170+
# CONFIG_USB_APPLEDISPLAY is not set
2171+
# CONFIG_USB_SISUSBVGA is not set
2172+
# CONFIG_USB_LD is not set
2173+
# CONFIG_USB_TRANCEVIBRATOR is not set
2174+
# CONFIG_USB_IOWARRIOR is not set
2175+
# CONFIG_USB_TEST is not set
2176+
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
2177+
# CONFIG_USB_ISIGHTFW is not set
2178+
# CONFIG_USB_YUREX is not set
2179+
# CONFIG_USB_EZUSB_FX2 is not set
2180+
# CONFIG_USB_LINK_LAYER_TEST is not set
19392181

19402182
#
19412183
# USB Physical Layer drivers
@@ -1944,6 +2186,7 @@ CONFIG_USB_ARCH_HAS_HCD=y
19442186
# CONFIG_NOP_USB_XCEIV is not set
19452187
# CONFIG_USB_GPIO_VBUS is not set
19462188
# CONFIG_USB_GADGET is not set
2189+
CONFIG_USB_LED_TRIG=y
19472190
# CONFIG_UWB is not set
19482191
CONFIG_MMC=y
19492192
# CONFIG_MMC_DEBUG is not set

0 commit comments

Comments
 (0)