aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/Makefile
blob: ad7156d8252ce2e039ccf2aa1d9d292d75f28beb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
obj-$(CONFIG_RMI4_CORE) += rmi_core.o
rmi_core-y := rmi_bus.o rmi_driver.o rmi_f01.o

rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o

# Function drivers
rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o
rmi_core-$(CONFIG_RMI4_F12) += rmi_f12.o
rmi_core-$(CONFIG_RMI4_F30) += rmi_f30.o

# Transports
obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o