From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 8 Dec 2016 09:30:44 -0500 Subject: [U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig In-Reply-To: <1481116230-9495-6-git-send-email-yamada.masahiro@socionext.com> References: <1481116230-9495-1-git-send-email-yamada.masahiro@socionext.com> <1481116230-9495-6-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20161208143044.GT4248@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Dec 07, 2016 at 10:10:29PM +0900, Masahiro Yamada wrote: > While I moved the options, I also renamed them so that they are all > prefixed with MMC_SDHCI_. > > This commit was created in the following steps. > > [1] Rename with the following command > find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \ > -type f -print | xargs sed -i -e ' > s/CONFIG_MMC_SDMA/CONFIG_MMC_SDHCI_SDMA/g > s/CONFIG_BCM2835_SDHCI/CONFIG_MMC_SDHCI_BCM2835/g > s/CONFIG_KONA_SDHCI/CONFIG_MMC_SDHCI_KONA/g > s/CONFIG_MV_SDHCI/CONFIG_MMC_SDHCI_MV/g > s/CONFIG_S5P_SDHCI/CONFIG_MMC_SDHCI_S5P/g > s/CONFIG_SPEAR_SDHCI/CONFIG_MMC_SDHCI_SPEAR/g > ' > > [2] create the Kconfig entries in drivers/mmc/Kconfig > > [3] Move the options by the following command > tools/moveconfig.py -y MMC_SDHCI_SDMA MMC_SDHCI_BCM2835 \ > MMC_SDHCI_KONA MMC_SDHCI_MV MMC_SDHCI_S5P MMC_SDHCI_SPEAR > > [4] Sort drivers/mmc/Makefile for readability > > Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: