mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rename kxtf9 to moto_kxtf9
This commit is contained in:
parent
b74d64c8ef
commit
6b4dba3950
|
|
@ -348,7 +348,7 @@ config SENSORS_CAP_PROX
|
|||
Say yes here if you wish to include the Motorola
|
||||
Capacitive Proximity Sensor driver.
|
||||
|
||||
config SENSORS_KXTF9
|
||||
config SENSORS_MOTO_KXTF9
|
||||
tristate "KXTF9 Accelerometer"
|
||||
default n
|
||||
depends on I2C
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o
|
|||
obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o
|
||||
obj-$(CONFIG_APANIC) += apanic.o
|
||||
obj-$(CONFIG_SENSORS_AK8975) += akm8975.o
|
||||
obj-$(CONFIG_SENSORS_KXTF9) += kxtf9.o
|
||||
obj-$(CONFIG_SENSORS_MOTO_KXTF9)+= kxtf9.o
|
||||
obj-$(CONFIG_SENSORS_CAP_PROX) += cap_prox.o
|
||||
obj-$(CONFIG_SENSORS_MAX9635) += max9635.o
|
||||
obj-$(CONFIG_SENSORS_NCT1008) += nct1008.o
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include <linux/workqueue.h>
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
#include <linux/kxtf9.h>
|
||||
#include <linux/moto_kxtf9.h>
|
||||
|
||||
#define NAME "kxtf9"
|
||||
#define G_MAX 8000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user