2011-03-20 22:49:27 +00:00
|
|
|
Index: linux-2.6.38/drivers/misc/Kconfig
|
2010-12-23 15:20:26 +00:00
|
|
|
===================================================================
|
2011-03-20 22:49:27 +00:00
|
|
|
--- linux-2.6.38.orig/drivers/misc/Kconfig 2011-03-15 02:20:32.000000000 +0100
|
|
|
|
+++ linux-2.6.38/drivers/misc/Kconfig 2011-03-20 22:54:33.114794033 +0100
|
|
|
|
@@ -104,6 +104,10 @@
|
2010-12-23 15:20:26 +00:00
|
|
|
TC can be used for other purposes, such as PWM generation and
|
|
|
|
interval timing.
|
|
|
|
|
|
|
|
+config AT91_ADC
|
2011-01-13 11:00:47 +00:00
|
|
|
+ tristate "AT91 ADC converter"
|
2010-12-23 15:20:26 +00:00
|
|
|
+ depends on ARCH_AT91 && SYSFS
|
|
|
|
+
|
|
|
|
config IBM_ASM
|
|
|
|
tristate "Device driver for IBM RSA service processor"
|
|
|
|
depends on X86 && PCI && INPUT && EXPERIMENTAL
|
2011-03-20 22:49:27 +00:00
|
|
|
Index: linux-2.6.38/drivers/misc/Makefile
|
2010-12-23 15:20:26 +00:00
|
|
|
===================================================================
|
2011-03-20 22:49:27 +00:00
|
|
|
--- linux-2.6.38.orig/drivers/misc/Makefile 2011-03-15 02:20:32.000000000 +0100
|
|
|
|
+++ linux-2.6.38/drivers/misc/Makefile 2011-03-20 22:55:18.000000000 +0100
|
2010-12-23 15:20:26 +00:00
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o
|
|
|
|
obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o
|
|
|
|
obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o
|
|
|
|
+obj-$(CONFIG_AT91_ADC) += at91-adc.o
|
2011-03-20 22:49:27 +00:00
|
|
|
obj-$(CONFIG_BMP085) += bmp085.o
|
2010-12-23 15:20:26 +00:00
|
|
|
obj-$(CONFIG_ICS932S401) += ics932s401.o
|
|
|
|
obj-$(CONFIG_LKDTM) += lkdtm.o
|
2011-03-20 22:49:27 +00:00
|
|
|
|