diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-05 11:17:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-17 05:01:04 -0400 |
commit | b5d9f09e93152e2bc46c829709364e1634338f2f (patch) | |
tree | 15347d10e9ef580055230f8d7f5962306f329fc7 | |
parent | 29d750686331a1a9ceeb97e81d3770f57bed5f72 (diff) |
media: cec_gpio: allow building CEC_GPIO with COMPILE_TEST
At least on i386, building with allyesconfig doesn't enable
PREEMPT, causing cec_gpio to not build.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | drivers/media/platform/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 31dc3c254a72..91b0c7324afb 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -558,7 +558,7 @@ config VIDEO_MESON_AO_CEC config CEC_GPIO tristate "Generic GPIO-based CEC driver" - depends on PREEMPT + depends on PREEMPT || COMPILE_TEST select CEC_CORE select CEC_PIN select GPIOLIB |