From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, Dave Gerlach <d-gerlach@ti.com>
Subject: [PATCH 04/10] ARM: omap2plus_defconfig: Update LIRC options
Date: Thu, 1 Mar 2018 14:16:58 -0800 [thread overview]
Message-ID: <20180301221704.104530-5-tony@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-1-tony@atomide.com>
We have LIRC selected as a loadable module but it must now be
built-in. Let's update that and add few interesting new options
for blinking IR LEDs.
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
arch/arm/configs/omap2plus_defconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -320,13 +320,16 @@ CONFIG_REGULATOR_TPS65218=y
CONFIG_REGULATOR_TPS65910=y
CONFIG_REGULATOR_TWL4030=y
CONFIG_RC_CORE=m
+CONFIG_LIRC=y
CONFIG_RC_DEVICES=y
+CONFIG_IR_SPI=m
CONFIG_IR_RX51=m
+CONFIG_IR_GPIO_TX=m
+CONFIG_IR_PWM_TX=m
CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
-CONFIG_LIRC=m
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_VIDEO_OMAP3=m
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
--
2.16.2
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 04/10] ARM: omap2plus_defconfig: Update LIRC options
Date: Thu, 1 Mar 2018 14:16:58 -0800 [thread overview]
Message-ID: <20180301221704.104530-5-tony@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-1-tony@atomide.com>
We have LIRC selected as a loadable module but it must now be
built-in. Let's update that and add few interesting new options
for blinking IR LEDs.
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
arch/arm/configs/omap2plus_defconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -320,13 +320,16 @@ CONFIG_REGULATOR_TPS65218=y
CONFIG_REGULATOR_TPS65910=y
CONFIG_REGULATOR_TWL4030=y
CONFIG_RC_CORE=m
+CONFIG_LIRC=y
CONFIG_RC_DEVICES=y
+CONFIG_IR_SPI=m
CONFIG_IR_RX51=m
+CONFIG_IR_GPIO_TX=m
+CONFIG_IR_PWM_TX=m
CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
-CONFIG_LIRC=m
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_VIDEO_OMAP3=m
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
--
2.16.2
next prev parent reply other threads:[~2018-03-01 22:16 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 22:16 [PATCH 00/10] updates for omap2plus_defconfig Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 01/10] ARM: omap2plus_defconfig: Update for moved options Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 02/10] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-06 19:31 ` Tony Lindgren
2018-03-06 19:31 ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 03/10] ARM: omap2plus_defconfig: Select MFD_TI_LMU Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren [this message]
2018-03-01 22:16 ` [PATCH 04/10] ARM: omap2plus_defconfig: Update LIRC options Tony Lindgren
2018-03-01 22:16 ` [PATCH 05/10] ARM: omap2plus_defconfig: Add SND_OSSEMUL Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 06/10] ARM: omap2plus_defconfig: Drop unneeded options Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 07/10] ARM: omap2plus_defconfig: Enable am335x and am437x PM options Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 08/10] ARM: omap2plus_defconfig: Enable CEC Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 09/10] ARM: omap2plus_defconfig: Switch to use omapdrm by default Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 10/10] ARM: omap2plus_defconfig: Enable 8250_OMAP Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180301221704.104530-5-tony@atomide.com \
--to=tony@atomide.com \
--cc=d-gerlach@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.