mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
[linux/fpc-iii.git] / drivers / input / rmi4 / Makefile
blob0bafc8502c4b98b5e8a5629470592b7b7400b6f0
1 obj-$(CONFIG_RMI4_CORE) += rmi_core.o
2 rmi_core-y := rmi_bus.o rmi_driver.o rmi_f01.o
4 rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o
6 # Function drivers
7 rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o
8 rmi_core-$(CONFIG_RMI4_F12) += rmi_f12.o
9 rmi_core-$(CONFIG_RMI4_F30) += rmi_f30.o
10 rmi_core-$(CONFIG_RMI4_F54) += rmi_f54.o
12 # Transports
13 obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
14 obj-$(CONFIG_RMI4_SPI) += rmi_spi.o