Message ID | 20150223113040.09187221@endymion.delvare (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 23 February 2015 at 11:30, Jean Delvare <jdelvare@suse.de> wrote: > It was brought to my attention that the sdhci-pxav3 driver is needed > on a few more ARM machines than I initially thought. Add the missing > architectures to the dependency list. > > Credits to Peter Robinson for noticing my mistake and reporting. > > Reported-by: Peter Robinson <pbrobinson@gmail.com> > Signed-off-by: Jean Delvare <jdelvare@suse.de> > Cc: Chris Ball <chris@printf.net> > Cc: Ulf Hansson <ulf.hansson@linaro.org> > Cc: Eric Miao <eric.y.miao@gmail.com> > Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Applied, thanks! Kind regards Uffe > --- > This could alternatively become ARM || COMPILE_TEST, both are fine > with me. > > drivers/mmc/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-3.20-rc0.orig/drivers/mmc/host/Kconfig 2015-02-20 17:34:20.636069178 +0100 > +++ linux-3.20-rc0/drivers/mmc/host/Kconfig 2015-02-20 17:36:01.871206267 +0100 > @@ -230,7 +230,7 @@ config MMC_SDHCI_PXAV3 > tristate "Marvell MMP2 SD Host Controller support (PXAV3)" > depends on CLKDEV_LOOKUP > depends on MMC_SDHCI_PLTFM > - depends on ARCH_MMP || COMPILE_TEST > + depends on ARCH_BERLIN || ARCH_MMP || ARCH_MVEBU || COMPILE_TEST > default CPU_MMP2 > help > This selects the Marvell(R) PXAV3 SD Host Controller. > > > -- > Jean Delvare > SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-3.20-rc0.orig/drivers/mmc/host/Kconfig 2015-02-20 17:34:20.636069178 +0100 +++ linux-3.20-rc0/drivers/mmc/host/Kconfig 2015-02-20 17:36:01.871206267 +0100 @@ -230,7 +230,7 @@ config MMC_SDHCI_PXAV3 tristate "Marvell MMP2 SD Host Controller support (PXAV3)" depends on CLKDEV_LOOKUP depends on MMC_SDHCI_PLTFM - depends on ARCH_MMP || COMPILE_TEST + depends on ARCH_BERLIN || ARCH_MMP || ARCH_MVEBU || COMPILE_TEST default CPU_MMP2 help This selects the Marvell(R) PXAV3 SD Host Controller.
It was brought to my attention that the sdhci-pxav3 driver is needed on a few more ARM machines than I initially thought. Add the missing architectures to the dependency list. Credits to Peter Robinson for noticing my mistake and reporting. Reported-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Chris Ball <chris@printf.net> Cc: Ulf Hansson <ulf.hansson@linaro.org> Cc: Eric Miao <eric.y.miao@gmail.com> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> --- This could alternatively become ARM || COMPILE_TEST, both are fine with me. drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)