Revert "rename KXTF9/AK8975 config"

This reverts commit 44dda76a66.
This commit is contained in:
黄涛 2011-09-26 11:49:50 +08:00
parent 541e448096
commit b74d64c8ef
2 changed files with 4 additions and 4 deletions

View File

@ -332,7 +332,7 @@ config HMC6352
This driver provides support for the Honeywell HMC6352 compass,
providing configuration and heading data via sysfs.
config SENSORS_AK8975_MOTO
config SENSORS_AK8975
tristate "AK8975 compass support"
default n
depends on I2C
@ -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_MOTO
config SENSORS_KXTF9
tristate "KXTF9 Accelerometer"
default n
depends on I2C

View File

@ -48,8 +48,8 @@ obj-$(CONFIG_VMWARE_BALLOON) += vmw_balloon.o
obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o
obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o
obj-$(CONFIG_APANIC) += apanic.o
obj-$(CONFIG_SENSORS_AK8975_MOTO) += akm8975.o
obj-$(CONFIG_SENSORS_KXTF9_MOTO) += kxtf9.o
obj-$(CONFIG_SENSORS_AK8975) += akm8975.o
obj-$(CONFIG_SENSORS_KXTF9) += kxtf9.o
obj-$(CONFIG_SENSORS_CAP_PROX) += cap_prox.o
obj-$(CONFIG_SENSORS_MAX9635) += max9635.o
obj-$(CONFIG_SENSORS_NCT1008) += nct1008.o