blob: 302545a771f3873bb51cc18474cf1b0d8fb69f73 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Benjamin Tissoires4a200c32012-11-12 15:42:59 +01002#
3# Makefile for the I2C input drivers
4#
5
Douglas Andersonb33752c2021-01-15 09:06:37 -08006obj-$(CONFIG_I2C_HID_CORE) += i2c-hid.o
Julian Sax9ee3e062018-09-19 11:46:23 +02007
8i2c-hid-objs = i2c-hid-core.o
9i2c-hid-$(CONFIG_DMI) += i2c-hid-dmi-quirks.o
Douglas Andersonb33752c2021-01-15 09:06:37 -080010
11obj-$(CONFIG_I2C_HID_ACPI) += i2c-hid-acpi.o
12obj-$(CONFIG_I2C_HID_OF) += i2c-hid-of.o
Douglas Andersonc1ed18c2021-01-15 09:06:40 -080013obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o