Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350548 > unrolled thread
| Started by | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| First post | 2016-03-04 20:50 +0100 |
| Last post | 2016-03-04 20:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/3] Input: ts4800: add hardware dependency Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-03-04 20:50 +0100
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2016-03-04 20:50 +0100 |
| Subject | Re: [PATCH 2/3] Input: ts4800: add hardware dependency |
| Message-ID | <r93Tz-3cJ-5@gated-at.bofh.it> |
On Tue, Feb 09, 2016 at 11:18:47AM +0100, Jean Delvare wrote: > The Technologic Systems TS-4800 is an i.MX515 board, so its drivers > are useless unless building a SOC_IMX51 kernel, except for build > testing purposes. > > Signed-off-by: Jean Delvare <jdelvare@suse.de> Applied, thank you. > Cc: Damien Riegel <damien.riegel@savoirfairelinux.com> > Cc: Rob Herring <robh@kernel.org> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > --- > drivers/input/touchscreen/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-4.5-rc3.orig/drivers/input/touchscreen/Kconfig 2016-02-02 09:02:08.180924572 +0100 > +++ linux-4.5-rc3/drivers/input/touchscreen/Kconfig 2016-02-09 08:58:50.693442294 +0100 > @@ -941,6 +941,7 @@ config TOUCHSCREEN_TOUCHIT213 > config TOUCHSCREEN_TS4800 > tristate "TS-4800 touchscreen" > depends on HAS_IOMEM && OF > + depends on SOC_IMX51 || COMPILE_TEST > select MFD_SYSCON > select INPUT_POLLDEV > help > > -- > Jean Delvare > SUSE L3 Support -- Dmitry
Back to top | Article view | linux.kernel
csiph-web