[PATCH] ARM: bcm_defconfig: re-enable BCM Kona SDHCI driver
Alex Elder
elder at ieee.org
Mon Jun 16 12:12:36 PDT 2014
On 06/16/2014 12:56 PM, Matt Porter wrote:
> Since 5d01b7684b7e "mmc: simplify SDHCI Kconfig dependencies",
> MMC_SDHCI_PLTFM is no longer selected by the BCM Kona SDHCI
> driver which is enabled in this defconfig. This results in the
> SDHCI driver not being built and a boot failure. Explictly
> enable MMC_SDHCI_PLTFM in bcm_defconfig so the BCM Kona SDHCI
> driver is built.
>
> Fixes: 5d01b7684b7e ("mmc: simplify SDHCI Kconfig dependencies")
> Signed-off-by: Matt Porter <mporter at linaro.org>
Works for me.
Tested-by: Alex Elder <elder at linaro.org>
> ---
> arch/arm/configs/bcm_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
> index 9d13dae..dcfc559 100644
> --- a/arch/arm/configs/bcm_defconfig
> +++ b/arch/arm/configs/bcm_defconfig
> @@ -98,6 +98,7 @@ CONFIG_MMC_UNSAFE_RESUME=y
> CONFIG_MMC_BLOCK_MINORS=32
> CONFIG_MMC_TEST=y
> CONFIG_MMC_SDHCI=y
> +CONFIG_MMC_SDHCI_PLTFM=y
> CONFIG_MMC_SDHCI_BCM_KONA=y
> CONFIG_NEW_LEDS=y
> CONFIG_LEDS_CLASS=y
>
More information about the linux-arm-kernel
mailing list