Re: [patch] IBM HDAPS accelerometer driver.
From: Robert Love
Date: Fri Aug 26 2005 - 13:30:38 EST
On Fri, 2005-08-26 at 11:18 -0700, Andrew Morton wrote:
> > +config SENSORS_HDAPS
> > + tristate "IBM Hard Drive Active Protection System (hdaps)"
> > + depends on HWMON
> > + default n
> > + help
>
> How does this get along with CONFIG_INPUT=n, CONFIG_INPUT_MOUSEDEV=n, etc?
Probably a question you should of asked before merging the patch. ;-)
We just need CONFIG_INPUT.
Thanks,
Robert Love
Depend on CONFIG_INPUT.
Signed-off-by: Robert Love <rml@xxxxxxxxxx>
diff -u linux/drivers/hwmon/Kconfig linux/drivers/hwmon/Kconfig
--- linux/drivers/hwmon/Kconfig 2005-08-26 11:07:53.000000000 -0400
+++ linux/drivers/hwmon/Kconfig 2005-08-26 14:28:09.000000000 -0400
@@ -413,7 +413,7 @@
config SENSORS_HDAPS
tristate "IBM Hard Drive Active Protection System (hdaps)"
- depends on HWMON
+ depends on HWMON && INPUT
default n
help
This driver provides support for the IBM Hard Drive Active Protection
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/