File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-or-later
12config INTEL_IPTS
23 tristate "Intel Precise Touch & Stylus"
34 select INTEL_MEI
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-or-later
12#
23# Makefile - Intel Precise Touch & Stylus device driver
3- # Copyright (c) 2016, Intel Corporation.
4+ # Copyright (c) 2016 Intel Corporation
45#
56
67obj-$(CONFIG_INTEL_IPTS)+ = intel-ipts.o
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-or-later
12config INTEL_IPTS_SURFACE
23 tristate "IPTS companion driver for Microsoft Surface"
3- depends on INTEL_IPTS
4- depends on ACPI
4+ depends on INTEL_IPTS && ACPI
55 help
6- IPTS companion driver for Microsoft Surface. This driver is responsible
7- for loading firmware using surface-specific hardware IDs.
8-
6+ IPTS companion driver for Microsoft Surface. This driver is
7+ responsible for loading firmware using surface-specific hardware IDs.
98 If you have a Microsoft Surface using IPTS, select y or m here.
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-or-later
12obj-$(CONFIG_INTEL_IPTS_SURFACE)+ = ipts-surface.o
You can’t perform that action at this time.
0 commit comments