From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752833AbaENCJX (ORCPT ); Tue, 13 May 2014 22:09:23 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:16600 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbaENCJU (ORCPT ); Tue, 13 May 2014 22:09:20 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 13 May 2014 19:04:15 -0700 From: Alexandre Courbot To: Stephen Warren , Thierry Reding CC: , , , , Alexandre Courbot Subject: [PATCH v2] ARM: tegra: enable joystick in tegra_defconfig Date: Wed, 14 May 2014 11:09:13 +0900 Message-ID: <1400033353-25673-1-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 1.9.2 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org NVIDIA SHIELD embeds a USB joystick device. Enable the corresponding support in tegra_defconfig. Signed-off-by: Alexandre Courbot --- Changes since v1: - Have support built-in instead of as a module - Fixed wording in commit message arch/arm/configs/tegra_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 8c1625b78034..1faa68f8988b 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -114,6 +114,7 @@ CONFIG_USB_NET_SMSC95XX=y CONFIG_BRCMFMAC=m CONFIG_RT2X00=y CONFIG_RT2800USB=m +CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_TEGRA=y -- 1.9.2