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


Groups > linux.kernel > #1628056

[PATCH v2 5/5] ARM: at91/defconfig: add PTC driver to sama5_defconfig

From Ludovic Desroches <ludovic.desroches@microchip.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/5] ARM: at91/defconfig: add PTC driver to sama5_defconfig
Date 2017-04-21 10:50 +0200
Message-ID <tyCql-3El-7@gated-at.bofh.it> (permalink)
References <tyCql-3El-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add Peripheral Touch Controller driver to sama5_defconfig.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
---
 arch/arm/configs/sama5_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 777c9e9..7480665 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -116,6 +116,8 @@ CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_TOUCHSCREEN_ATMEL_MXT=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_ATMEL_PTC=m
 # CONFIG_SERIO is not set
 CONFIG_LEGACY_PTY_COUNT=4
 CONFIG_SERIAL_ATMEL=y
-- 
2.9.0

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


Thread

[PATCH v2 0/5] Introduce the Atmel PTC subsystem Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200
  [PATCH v2 3/5] MAINTAINERS: add Atmel PTC entries Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200
    Re: [PATCH v2 3/5] MAINTAINERS: add Atmel PTC entries Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 12:00 +0200
  [PATCH v2 5/5] ARM: at91/defconfig: add PTC driver to sama5_defconfig Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200
  [PATCH v2 1/5] dt-bindings: input: Add Atmel PTC subsystem bindings Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200
  [PATCH v2 4/5] ARM: dts: at91: sama5d2: add PTC subsystem device Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200
  [PATCH v2 2/5] input: misc: introduce Atmel PTC driver Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-04-21 10:50 +0200

csiph-web