Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d9f09e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 29d75068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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