diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-01 20:01:27 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-06 20:25:36 +0100 |
commit | 57625de768b1127d022c86048887dd329e70572f (patch) | |
tree | 9a74eb0bf6f13911b43bb614bad547dd4ad3e9b7 /arch/arm/configs | |
parent | ARM: omap2plus_defconfig: Select MFD_TI_LMU (diff) | |
download | linux-57625de768b1127d022c86048887dd329e70572f.tar.xz linux-57625de768b1127d022c86048887dd329e70572f.zip |
ARM: omap2plus_defconfig: Update LIRC options
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 8cfb36c01f76..5eace3090a61 100644 --- 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 |