From: Nan Li Date: Tue, 3 Apr 2018 10:06:51 +0000 (+0800) Subject: mmc: meson: update doc to support Meson-AXG platform X-Git-Tag: v4.19~895^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e79dc1b4529b88c96188ec3c78445f69d69c05da;p=platform%2Fkernel%2Flinux-rpi.git mmc: meson: update doc to support Meson-AXG platform Explicitly update the docomentation to support the Meson-AXG platform. Signed-off-by: Nan Li Signed-off-by: Yixun Lan Signed-off-by: Ulf Hansson Acked-by: Kevin Hilman --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index cf15684..fa02faf 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -345,11 +345,11 @@ config MMC_SDHCI_IPROC If unsure, say N. config MMC_MESON_GX - tristate "Amlogic S905/GX* SD/MMC Host Controller support" + tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support" depends on ARCH_MESON && MMC help This selects support for the Amlogic SD/MMC Host Controller - found on the S905/GX* family of SoCs. This controller is + found on the S905/GX*/AXG family of SoCs. This controller is MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. If you have a controller with this interface, say Y here. diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c index 56c90542..55bbd67 100644 --- a/drivers/mmc/host/meson-gx-mmc.c +++ b/drivers/mmc/host/meson-gx-mmc.c @@ -1376,6 +1376,6 @@ static struct platform_driver meson_mmc_driver = { module_platform_driver(meson_mmc_driver); -MODULE_DESCRIPTION("Amlogic S905*/GX* SD/eMMC driver"); +MODULE_DESCRIPTION("Amlogic S905*/GX*/AXG SD/eMMC driver"); MODULE_AUTHOR("Kevin Hilman "); MODULE_LICENSE("GPL v2");