mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 19:01:45 -04:00
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:
committed by
Greg Kroah-Hartman
parent
cdb5781d9f
commit
656f22e94e
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user