From: Neil Armstrong Date: Tue, 25 Apr 2017 07:39:40 +0000 (+0200) Subject: ARM64: defconfig: enable IR core, decoders and Meson IR device X-Git-Tag: v4.13-rc1~164^2~12^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54b00bb94b832a97509f1f2be113c097261fccbf;p=karo-tx-linux.git ARM64: defconfig: enable IR core, decoders and Meson IR device This patch enables the MEDIA Infrared RC Decoders and Meson Infrared decoder for ARM64 defconfig. These drivers are selected as modules by default. Signed-off-by: Neil Armstrong [khilman: make RC_CORE modular too] Signed-off-by: Kevin Hilman Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 65cdd878cfbd..804960c14591 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -320,6 +320,11 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_ANALOG_TV_SUPPORT=y CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_RC_CORE=m +CONFIG_RC_DEVICES=y +CONFIG_RC_DECODERS=y +CONFIG_IR_MESON=m CONFIG_VIDEO_V4L2_SUBDEV_API=y # CONFIG_DVB_NET is not set CONFIG_V4L_MEM2MEM_DRIVERS=y