Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273671

[PATCH v2 2/3] ARM: sunxi: Really enable LRADC keys in sunxi_defconfig

From Timo Sigurdsson <public_timo.s@silentcreek.de>
Newsgroups linux.kernel
Subject [PATCH v2 2/3] ARM: sunxi: Really enable LRADC keys in sunxi_defconfig
Date 2015-11-20 02:50 +0100
Message-ID <qwIZQ-vP-17@gated-at.bofh.it> (permalink)
References <qvDzb-6Jk-13@gated-at.bofh.it> <qwIZQ-vP-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Commit be8becb81bdc ("ARM: sunxi_defconfig: Enable LRADC keys
(KEYBOARD_SUN4I_LRADC)") added CONFIG_KEYBOARD_SUN4I_LRADC=y to
sunxi_defconfig. However, it depends on CONFIG_KEYBOARD which is
explicitly disabled in sunxi_defconfig. Hence, the LRADC keys were
never actually enabled. Remove the line disabling CONFIG_KEYBOARD in
order to really enable KEYBOARD_SUN4I_LRADC.

Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
---
 arch/arm/configs/sunxi_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 0bbc2ee..90252ca 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -60,7 +60,6 @@ CONFIG_STMMAC_ETH=y
 # CONFIG_NET_VENDOR_WIZNET is not set
 # CONFIG_WLAN is not set
 # CONFIG_INPUT_MOUSEDEV is not set
-# CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_AXP20X_PEK=y
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-17 02:50 +0100
  Re: [PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-19 22:50 +0100
    Re: [PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-20 00:50 +0100
      Re: [PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-20 02:10 +0100
        Re: [PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-20 12:50 +0100
  [PATCH v2 3/3] ARM: sunxi: Clean up sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-20 02:50 +0100
    Re: [PATCH v2 3/3] ARM: sunxi: Clean up sunxi_defconfig Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-20 12:50 +0100
  [PATCH v2 1/3] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-20 02:50 +0100
    [PATCH v2 2/3] ARM: sunxi: Really enable LRADC keys in sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-20 02:50 +0100
      Re: [PATCH v2 2/3] ARM: sunxi: Really enable LRADC keys in sunxi_defconfig Chen-Yu Tsai <wens@csie.org> - 2015-11-20 03:00 +0100
    Re: [PATCH v2 1/3] ARM: sunxi: Re-enable SID driver in  sunxi_defconfig Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-11-20 03:00 +0100
    Re: [PATCH v2 1/3] ARM: sunxi: Re-enable SID driver in sunxi_defconfig Chen-Yu Tsai <wens@csie.org> - 2015-11-20 03:00 +0100

csiph-web