diff mbox

ARM: tegra: defconfig updates

Message ID 8e7853ceafe5a53e52ef451e1c0d515a01aae62e.1372003325.git.marvin24@gmx.de
State Accepted, archived
Headers show

Commit Message

Marc Dietrich June 23, 2013, 4:03 p.m. UTC
Enable:
	* SYSVIPC (needed for some apps, e.g. fakeroot)
	* Elantech touchpad (touchpad on AC100)

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
---
 arch/arm/configs/tegra_defconfig |    2 ++
 1 file changed, 2 insertions(+)

Comments

Stephen Warren July 15, 2013, 6:28 p.m. UTC | #1
On 06/23/2013 10:03 AM, Marc Dietrich wrote:
> Enable:
> 	* SYSVIPC (needed for some apps, e.g. fakeroot)
> 	* Elantech touchpad (touchpad on AC100)

Applied to Tegra's for-3.12/defconfig branch.

Note that I'll squash any future defconfig changes into this.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 1effb43..4623eb7 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -1,3 +1,4 @@ 
+CONFIG_SYSVIPC=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_IKCONFIG=y
@@ -105,6 +106,7 @@  CONFIG_RT2800USB=m
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
 CONFIG_KEYBOARD_TEGRA=y
+CONFIG_MOUSE_PS2_ELANTECH=y
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_MPU3050=y
 # CONFIG_LEGACY_PTYS is not set