Skip to content

Commit

Permalink
ipts: Update Makefile / Kconfig to pass checkpatch
Browse files Browse the repository at this point in the history
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
  • Loading branch information
StollD committed Nov 7, 2019
1 parent 863de54 commit 9f369e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions drivers/misc/ipts/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
config INTEL_IPTS
tristate "Intel Precise Touch & Stylus"
select INTEL_MEI
Expand Down
3 changes: 2 additions & 1 deletion drivers/misc/ipts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Makefile - Intel Precise Touch & Stylus device driver
# Copyright (c) 2016, Intel Corporation.
# Copyright (c) 2016 Intel Corporation
#

obj-$(CONFIG_INTEL_IPTS)+= intel-ipts.o
Expand Down
9 changes: 4 additions & 5 deletions drivers/misc/ipts/companion/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
config INTEL_IPTS_SURFACE
tristate "IPTS companion driver for Microsoft Surface"
depends on INTEL_IPTS
depends on ACPI
depends on INTEL_IPTS && ACPI
help
IPTS companion driver for Microsoft Surface. This driver is responsible
for loading firmware using surface-specific hardware IDs.

IPTS companion driver for Microsoft Surface. This driver is
responsible for loading firmware using surface-specific hardware IDs.
If you have a Microsoft Surface using IPTS, select y or m here.
1 change: 1 addition & 0 deletions drivers/misc/ipts/companion/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-or-later
obj-$(CONFIG_INTEL_IPTS_SURFACE)+= ipts-surface.o

0 comments on commit 9f369e2

Please sign in to comment.