Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328326
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] ARM: sunxi_defconfig: Enable sunxi IR driver |
| Date | 2016-02-06 17:00 +0100 |
| Message-ID | <qZdrd-Ve-23@gated-at.bofh.it> (permalink) |
| References | <qZdrd-Ve-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
A consumer IR receiver is commonly found on Allwinner SoC based development boards and set top boxes. The driver has been available for some time. Enable it by default. Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- arch/arm/configs/sunxi_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index a9a81a714be4..7d2e7bf81a47 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -92,6 +92,10 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_AXP20X=y CONFIG_REGULATOR_GPIO=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_RC_DEVICES=y +CONFIG_IR_SUNXI=y CONFIG_FB=y CONFIG_FB_SIMPLE=y CONFIG_FRAMEBUFFER_CONSOLE=y -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/6] ARM: sunxi_defconfig: Enable sunxi IR driver Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100 Re: [PATCH 1/6] ARM: sunxi_defconfig: Enable sunxi IR driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:10 +0100
csiph-web