backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION
authorThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2019 19:18:16 +0000 (21:18 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 18 Oct 2019 07:38:48 +0000 (08:38 +0100)
commit53e4929150610149aac3453e2030c59b871984bb
tree8bb25f03089c8fe41a3082d187754f1f610ce917
parentca58b37034453e690e5278f95f32ea050951cf9f
backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION

CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT.
Both PREEMPT and PREEMPT_RT require the same functionality which today
depends on CONFIG_PREEMPT.

Switch the Kconfig dependency to CONFIG_PREEMPTION.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
[Sebastian: +LCD_HP700]
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/Kconfig