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 <rui.silva@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Rui Miguel Silva 2015-06-22 14:03:51 +01:00 committed by Greg Kroah-Hartman
parent cdb5781d9f
commit 656f22e94e

View file

@ -49,7 +49,7 @@ INSTALL_MOD_PATH ?= /..
PWD := $(shell pwd) PWD := $(shell pwd)
# kernel config option that shall be enable # 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 # kernel config option that shall be disable
CONFIG_OPTIONS_DISABLE := CONFIG_OPTIONS_DISABLE :=