]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: sunxi: Really enable LRADC keys in sunxi_defconfig
authorTimo Sigurdsson <public_timo.s@silentcreek.de>
Fri, 20 Nov 2015 01:46:18 +0000 (02:46 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 20 Nov 2015 11:47:53 +0000 (12:47 +0100)
commitc54075e2588ec19a54ae8fd718118f3f8d11896c
tree9ed71fc8cbba347139385f3f89660817b4d6c978
parent812c159eab1964e7adcdcbe52ba6c34dbe06adca
ARM: sunxi: Really enable LRADC keys in sunxi_defconfig

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>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/configs/sunxi_defconfig