Skip to content

Commit

Permalink
Youku L1:add support for SD Card (hanwckf#294)
Browse files Browse the repository at this point in the history
Youku L1:add support for SD Card
  • Loading branch information
kkjoy authored and DragonBluep committed Feb 26, 2022
1 parent d233f52 commit 535030b
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions trunk/configs/boards/YK-L1/kernel-3.4.x.config
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
#
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set
# CONFIG_IWMC3200TOP is not set

#
# Texas Instruments shared transport line discipline
Expand Down Expand Up @@ -1414,7 +1415,32 @@ CONFIG_USB_SERIAL_OPTION=m
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
# CONFIG_MMC_CLKGATE is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
CONFIG_MTK_MMC=y
# CONFIG_MTK_AEE_KDUMP is not set
# CONFIG_MTK_MMC_CD_POLL is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
Expand Down Expand Up @@ -1877,11 +1903,6 @@ CONFIG_RT_SECOND_IF_NONE=y
# CONFIG_RT_SECOND_IF_MT7612E is not set
# CONFIG_RT_SECOND_IF_MT7603E is not set
# CONFIG_RT_SECOND_IF_MT7615E is not set
# CONFIG_RT_SECOND_IF_RANGE_2GHZ is not set
# CONFIG_RT_SECOND_IF_RANGE_5GHZ is not set
# CONFIG_RT_SECOND_IF_EEPROM_FLASH is not set
# CONFIG_RT_SECOND_IF_EEPROM_EFUSE is not set
# CONFIG_RT_SECOND_IF_EEPROM_PROM is not set
CONFIG_RT_SECOND_CARD=0

#
Expand Down Expand Up @@ -1917,7 +1938,6 @@ CONFIG_INTERNAL_PA_EXTERNAL_LNA=y
# CONFIG_RT2860V2_AP_RTMP_INTERNAL_TX_ALC is not set
# CONFIG_RT2860V2_AP_RTMP_TEMPERATURE_COMPENSATION is not set
# CONFIG_RT2860V2_AP_ADJ_PWR_CONSUMPTION is not set
CONFIG_RT_READ_MAC_FROM_MTD=y

#
# Wireless drivers common configs
Expand All @@ -1935,6 +1955,7 @@ CONFIG_RT_IGMP_SNOOP=y
# CONFIG_RT_DELAYED_TCP_ACK is not set
# CONFIG_RT_NETIF_BLOCK is not set
# CONFIG_RT_SNMP is not set
CONFIG_RT_READ_MAC_FROM_MTD=y
# CONFIG_RT_MEMORY_OPTIMIZATION is not set
# CONFIG_RT_DEBUG is not set

Expand Down

0 comments on commit 535030b

Please sign in to comment.