mmc: msm_sdcc: remove CONFIG_MMC_MSM_SDIO_SUPPORT completely
CONFIG_MMC_MSM_SDIO_SUPPORT config option was added to indicate that host controller is capable of detecting SDIO operational interrupt. But all the current SDCC HW revisions support the SDIO operational interrupt detection, there is no need of this config option any more. Change-Id: I708ddf5b14286f94853d47bbbcee426b12cb9d85 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
This commit is contained in:
@@ -303,7 +303,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
CONFIG_MMC_MSM_SDC3_SUPPORT=y
|
||||
CONFIG_MMC_MSM_SDC3_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -304,7 +304,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
CONFIG_MMC_MSM_SDC3_SUPPORT=y
|
||||
CONFIG_MMC_MSM_SDC3_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -334,7 +334,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
# CONFIG_MMC_MSM_SDC1_SUPPORT is not set
|
||||
CONFIG_MMC_MSM_SDC2_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -333,7 +333,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
# CONFIG_MMC_MSM_SDC1_SUPPORT is not set
|
||||
CONFIG_MMC_MSM_SDC2_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -388,7 +388,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
CONFIG_MMC_MSM_SDC1_8_BIT_SUPPORT=y
|
||||
CONFIG_MMC_MSM_SDC2_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -389,7 +389,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
CONFIG_MMC_MSM_SDC1_8_BIT_SUPPORT=y
|
||||
CONFIG_MMC_MSM_SDC2_8_BIT_SUPPORT=y
|
||||
|
||||
@@ -245,7 +245,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
CONFIG_MMC_TEST=m
|
||||
CONFIG_MMC_MSM=y
|
||||
CONFIG_MMC_MSM_SDIO_SUPPORT=y
|
||||
CONFIG_MMC_MSM_CARD_HW_DETECTION=y
|
||||
CONFIG_MMC_MSM_SPS_SUPPORT=y
|
||||
CONFIG_NEW_LEDS=y
|
||||
|
||||
@@ -449,12 +449,6 @@ config MMC_MSM
|
||||
This provides support for the SD/MMC cell found in the
|
||||
MSM and QSD SOCs from Qualcomm.
|
||||
|
||||
config MMC_MSM_SDIO_SUPPORT
|
||||
boolean "Qualcomm MSM SDIO support"
|
||||
depends on MMC_MSM
|
||||
help
|
||||
This enables SDIO support in the msm_sdcc driver.
|
||||
|
||||
config MMC_MSM_CARD_HW_DETECTION
|
||||
boolean "Qualcomm MMC Hardware detection support"
|
||||
depends on MMC_MSM
|
||||
|
||||
Reference in New Issue
Block a user