Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328326 > unrolled thread
| Started by | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| First post | 2016-02-06 17:00 +0100 |
| Last post | 2016-02-09 09:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2016-02-06 17:00 +0100 |
| Subject | [PATCH 1/6] ARM: sunxi_defconfig: Enable sunxi IR driver |
| Message-ID | <qZdrd-Ve-23@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-02-09 09:10 +0100 |
| Message-ID | <r0bx0-1kF-17@gated-at.bofh.it> |
| In reply to | #1328326 |
[Multipart message — attachments visible in raw view] — view raw
On Sat, Feb 06, 2016 at 11:53:44PM +0800, Chen-Yu Tsai wrote: > 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> Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web