ARM: sunxi_defconfig: Enable sunxi IR driver
authorChen-Yu Tsai <wens@csie.org>
Sat, 6 Feb 2016 15:53:44 +0000 (23:53 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 9 Feb 2016 08:01:17 +0000 (09:01 +0100)
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>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/configs/sunxi_defconfig

index a9a81a714be461ee48542ee4563feb26d88abc7e..7d2e7bf81a4773d7a7dc0c1749363e4cad203747 100644 (file)
@@ -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
This page took 0.029373 seconds and 5 git commands to generate.