linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig
@ 2018-02-26 20:40 Arnd Bergmann
  2018-02-26 21:25 ` Tony Lindgren
  2018-02-27  5:52 ` Lokesh Vutla
  0 siblings, 2 replies; 3+ messages in thread
From: Arnd Bergmann @ 2018-02-26 20:40 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Arnd Bergmann, Lokesh Vutla, Sekhar Nori, Ard Biesheuvel,
	Grygorii Strashko, Sean Young, Kishon Vijay Abraham I,
	linux-omap, linux-arm-kernel, linux-kernel

The CONFIG_LIRC symbol has changed from 'tristate' to 'bool, so we now
get a warning for omap2plus_defconfig:

arch/arm/configs/omap2plus_defconfig:322:warning: symbol value 'm' invalid for LIRC

This changes the file to mark the symbol as built-in to get rid of the
warning.

Fixes: a60d64b15c20 ("media: lirc: lirc interface should not be a raw decoder")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm/configs/omap2plus_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 2f145c4af93a..92674f247a12 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -319,7 +319,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_RC_CORE=m
 CONFIG_MEDIA_CONTROLLER=y
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
-CONFIG_LIRC=m
+CONFIG_LIRC=y
 CONFIG_RC_DEVICES=y
 CONFIG_IR_RX51=m
 CONFIG_V4L_PLATFORM_DRIVERS=y
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig
  2018-02-26 20:40 [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Arnd Bergmann
@ 2018-02-26 21:25 ` Tony Lindgren
  2018-02-27  5:52 ` Lokesh Vutla
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2018-02-26 21:25 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Lokesh Vutla, Sekhar Nori, Ard Biesheuvel, Grygorii Strashko,
	Sean Young, Kishon Vijay Abraham I, linux-omap, linux-arm-kernel,
	linux-kernel

* Arnd Bergmann <arnd@arndb.de> [180226 20:42]:
> The CONFIG_LIRC symbol has changed from 'tristate' to 'bool, so we now
> get a warning for omap2plus_defconfig:
> 
> arch/arm/configs/omap2plus_defconfig:322:warning: symbol value 'm' invalid for LIRC
> 
> This changes the file to mark the symbol as built-in to get rid of the
> warning.
> 
> Fixes: a60d64b15c20 ("media: lirc: lirc interface should not be a raw decoder")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Tony Lindgren <tony@atomide.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig
  2018-02-26 20:40 [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Arnd Bergmann
  2018-02-26 21:25 ` Tony Lindgren
@ 2018-02-27  5:52 ` Lokesh Vutla
  1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2018-02-27  5:52 UTC (permalink / raw)
  To: Arnd Bergmann, Tony Lindgren
  Cc: Sekhar Nori, Ard Biesheuvel, Grygorii Strashko, Sean Young,
	Kishon Vijay Abraham I, linux-omap, linux-arm-kernel,
	linux-kernel



On Tuesday 27 February 2018 02:10 AM, Arnd Bergmann wrote:
> The CONFIG_LIRC symbol has changed from 'tristate' to 'bool, so we now
> get a warning for omap2plus_defconfig:
> 
> arch/arm/configs/omap2plus_defconfig:322:warning: symbol value 'm' invalid for LIRC
> 
> This changes the file to mark the symbol as built-in to get rid of the
> warning.
> 
> Fixes: a60d64b15c20 ("media: lirc: lirc interface should not be a raw decoder")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thank and regards,
Lokesh

> ---
>  arch/arm/configs/omap2plus_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 2f145c4af93a..92674f247a12 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -319,7 +319,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
>  CONFIG_RC_CORE=m
>  CONFIG_MEDIA_CONTROLLER=y
>  CONFIG_VIDEO_V4L2_SUBDEV_API=y
> -CONFIG_LIRC=m
> +CONFIG_LIRC=y
>  CONFIG_RC_DEVICES=y
>  CONFIG_IR_RX51=m
>  CONFIG_V4L_PLATFORM_DRIVERS=y
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-27  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 20:40 [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Arnd Bergmann
2018-02-26 21:25 ` Tony Lindgren
2018-02-27  5:52 ` Lokesh Vutla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).