From: Rui Miguel Silva Date: Mon, 22 Jun 2015 13:03:51 +0000 (+0100) Subject: greybus: makefile: add MMC to the required option list X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=656f22e94ec793252c7d1b220da5566042a62040;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: makefile: add MMC to the required option list Add MMC to the list of options that shall be enable. Signed-off-by: Rui Miguel Silva Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index 42804547ba24..1715f452a677 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -49,7 +49,7 @@ INSTALL_MOD_PATH ?= /.. PWD := $(shell pwd) # kernel config option that shall be enable -CONFIG_OPTIONS_ENABLE := SYSFS SPI USB SND_SOC +CONFIG_OPTIONS_ENABLE := SYSFS SPI USB SND_SOC MMC # kernel config option that shall be disable CONFIG_OPTIONS_DISABLE :=