From 44dda76a66e48afab0450bb6534b1c852baa0b06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 1 Aug 2011 11:23:51 +0800 Subject: [PATCH] rename KXTF9/AK8975 config --- drivers/misc/Kconfig | 4 ++-- drivers/misc/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index cfcd9a3b7349..074b7ccc2927 100755 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -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 +config SENSORS_AK8975_MOTO 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 +config SENSORS_KXTF9_MOTO tristate "KXTF9 Accelerometer" default n depends on I2C diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 1aadc107b1e8..eda79f075c74 100755 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -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) += akm8975.o -obj-$(CONFIG_SENSORS_KXTF9) += kxtf9.o +obj-$(CONFIG_SENSORS_AK8975_MOTO) += akm8975.o +obj-$(CONFIG_SENSORS_KXTF9_MOTO) += kxtf9.o obj-$(CONFIG_SENSORS_CAP_PROX) += cap_prox.o obj-$(CONFIG_SENSORS_MAX9635) += max9635.o obj-$(CONFIG_SENSORS_NCT1008) += nct1008.o -- 2.34.1