[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <23950aea-3972-64fd-9493-d7f9f81db9d2@xs4all.nl>
Date: Wed, 16 Oct 2019 13:51:14 +0200
From: Hans Verkuil <hverkuil-cisco@...all.nl>
To: Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
linux-kernel@...r.kernel.org
Cc: tglx@...utronix.de, Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-media@...r.kernel.org
Subject: Re: [PATCH 30/34] media: cec-gpio: Use CONFIG_PREEMPTION
On 10/15/19 9:53 PM, Hans Verkuil wrote:
> On 10/15/19 9:18 PM, Sebastian Andrzej Siewior wrote:
>> 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.
>>
>> Cc: Mauro Carvalho Chehab <mchehab@...nel.org>
>> Cc: linux-media@...r.kernel.org
>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
>
> Acked-by: Hans Verkuil <hverkuil-cisco@...all.nl>
Do you want me to take this patch? Just checking.
Regards,
Hans
>
> Thanks!
>
> Hans
>
>> ---
>> drivers/media/platform/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
>> index f1f61419fd292..56d4c1e91c276 100644
>> --- a/drivers/media/platform/Kconfig
>> +++ b/drivers/media/platform/Kconfig
>> @@ -585,7 +585,7 @@ config VIDEO_MESON_G12A_AO_CEC
>>
>> config CEC_GPIO
>> tristate "Generic GPIO-based CEC driver"
>> - depends on PREEMPT || COMPILE_TEST
>> + depends on PREEMPTION || COMPILE_TEST
>> select CEC_CORE
>> select CEC_PIN
>> select GPIOLIB
>>
>
Powered by blists - more mailing lists