diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-28 14:31:50 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:50 -0400 |
commit | bd5f47ec961594b1091839333600008f8166fd00 (patch) | |
tree | aa4296edffd81e2976d20d3ea30ea18108b2a4de /drivers/hwmon/Kconfig | |
parent | 6dfee85397a47063291fe199eaf950bee7944454 (diff) |
Move ams driver to macintosh
The ams driver isn't a hardware monitoring driver, so it shouldn't
live under driver/hwmon. drivers/macintosh seems much more
appropriate, as the driver is only useful on PowerBooks and iBooks.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Stelian Pop <stelian@popies.net>
Cc: Michael Hanselmann <linux-kernel@hansmi.ch>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a06ac97229d9..ad54f6432e2d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -249,32 +249,6 @@ config SENSORS_K10TEMP | |||
249 | This driver can also be built as a module. If so, the module | 249 | This driver can also be built as a module. If so, the module |
250 | will be called k10temp. | 250 | will be called k10temp. |
251 | 251 | ||
252 | config SENSORS_AMS | ||
253 | tristate "Apple Motion Sensor driver" | ||
254 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL | ||
255 | select INPUT_POLLDEV | ||
256 | help | ||
257 | Support for the motion sensor included in PowerBooks. Includes | ||
258 | implementations for PMU and I2C. | ||
259 | |||
260 | This driver can also be built as a module. If so, the module | ||
261 | will be called ams. | ||
262 | |||
263 | config SENSORS_AMS_PMU | ||
264 | bool "PMU variant" | ||
265 | depends on SENSORS_AMS && ADB_PMU | ||
266 | default y | ||
267 | help | ||
268 | PMU variant of motion sensor, found in late 2005 PowerBooks. | ||
269 | |||
270 | config SENSORS_AMS_I2C | ||
271 | bool "I2C variant" | ||
272 | depends on SENSORS_AMS && I2C | ||
273 | default y | ||
274 | help | ||
275 | I2C variant of motion sensor, found in early 2005 PowerBooks and | ||
276 | iBooks. | ||
277 | |||
278 | config SENSORS_ASB100 | 252 | config SENSORS_ASB100 |
279 | tristate "Asus ASB100 Bach" | 253 | tristate "Asus ASB100 Bach" |
280 | depends on X86 && I2C && EXPERIMENTAL | 254 | depends on X86 && I2C && EXPERIMENTAL |