staging: mt7621-mmc: Remove obsolete Kconfig flags
authorGeorge Hilliard <thirtythreeforty@gmail.com>
Wed, 27 Mar 2019 01:50:56 +0000 (19:50 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Mar 2019 14:37:30 +0000 (23:37 +0900)
These values are not referred to anywhere else in the kernel. Card
detect is controlled by the device tree property "mediatek,cd-poll",
and there is no driver support for eMMC whatsoever.

Signed-off-by: George Hilliard <thirtythreeforty@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/Kconfig

index 1eb79cd6e22fcf461bcf6b0249e0cede04f46773..01f231dd85118013c1f08d531ef10de12e4a9c09 100644 (file)
@@ -6,11 +6,3 @@ config MTK_AEE_KDUMP
        bool "MTK AEE KDUMP"
        depends on MTK_MMC
 
-config MTK_MMC_CD_POLL
-       bool "Card Detect with Polling"
-       depends on MTK_MMC
-
-config MTK_MMC_EMMC_8BIT
-       bool "eMMC 8-bit support"
-       depends on MTK_MMC && RALINK_MT7628
-