提交 7f8a9a7e 编写于 作者: L Luis de Bethencourt 提交者: Ulf Hansson

mmc: android-goldfish: Allow compiling the driver with COMPILE_TEST

The driver depends on GOLDFISH but there isn't a build dependency
so it's a good idea to allow the driver to always be built when the
COMPILE_TEST option is enabled.

That way, the driver can be built with a config generated by make
allyesconfig and check if a patch would break the build.
Signed-off-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
Reviewed-by: NJean Delvare <jdelvare@suse.de>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 c41d31f7
...@@ -473,7 +473,7 @@ config MMC_DAVINCI ...@@ -473,7 +473,7 @@ config MMC_DAVINCI
config MMC_GOLDFISH config MMC_GOLDFISH
tristate "goldfish qemu Multimedia Card Interface support" tristate "goldfish qemu Multimedia Card Interface support"
depends on GOLDFISH depends on GOLDFISH || COMPILE_TEST
help help
This selects the Goldfish Multimedia card Interface emulation This selects the Goldfish Multimedia card Interface emulation
found on the Goldfish Android virtual device emulation. found on the Goldfish Android virtual device emulation.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册