]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d25a88afbfb54941a6eb95d7f0754e76f0e6898
tree8bb25f03089c8fe41a3082d187754f1f610ce917
parent166a67e6ef5d52412cb36a490d8409b679ab0a6c
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