diff options
| author | Neil Armstrong <[email protected]> | 2017-04-25 09:39:40 +0200 |
|---|---|---|
| committer | Kevin Hilman <[email protected]> | 2017-06-14 10:24:42 -0700 |
| commit | 54b00bb94b832a97509f1f2be113c097261fccbf (patch) | |
| tree | 6af28e4dfc846e8e036e0c225e40f0358916abb1 | |
| parent | 08332893e37af6ae779367e78e444f8f9571511d (diff) | |
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 <[email protected]>
[khilman: make RC_CORE modular too]
Signed-off-by: Kevin Hilman <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
| -rw-r--r-- | arch/arm64/configs/defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |