From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Date: Wed, 21 Sep 2022 14:48:37 +0200 Subject: [PATCH] mmc: sdhci-of-aspeed: Add dependency on ARCH_ASPEED In-Reply-To: <20220916115602.370003-1-pbrobinson@gmail.com> References: <20220916115602.370003-1-pbrobinson@gmail.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 16 Sept 2022 at 13:56, Peter Robinson wrote: > > The MMC_SDHCI_OF_ASPEED is part of the Aspeed silicon so it makes > sense to depend on ARCH_ASPEED and for compile testing. > > Signed-off-by: Peter Robinson Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig > index e63608834411..f324daadaf70 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -157,6 +157,7 @@ config MMC_SDHCI_OF_ARASAN > > config MMC_SDHCI_OF_ASPEED > tristate "SDHCI OF support for the ASPEED SDHCI controller" > + depends on ARCH_ASPEED || COMPILE_TEST > depends on MMC_SDHCI_PLTFM > depends on OF && OF_ADDRESS > select MMC_SDHCI_IO_ACCESSORS > -- > 2.37.3 >