From cd540fed5bb5e208b972a40b9ec2bba15b911dd9 Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Thu, 23 Dec 2010 15:20:26 +0000 Subject: Import an experimental ADC driver SVN-Revision: 24814 --- .../at91/patches/200-experimenta_adc_driver.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/at91/patches/200-experimenta_adc_driver.patch (limited to 'target/linux/at91/patches') diff --git a/target/linux/at91/patches/200-experimenta_adc_driver.patch b/target/linux/at91/patches/200-experimenta_adc_driver.patch new file mode 100644 index 0000000000..dc59a16952 --- /dev/null +++ b/target/linux/at91/patches/200-experimenta_adc_driver.patch @@ -0,0 +1,27 @@ +Index: linux-2.6.35.9/drivers/misc/Kconfig +=================================================================== +--- linux-2.6.35.9.orig/drivers/misc/Kconfig 2010-12-20 19:06:11.185139238 +0100 ++++ linux-2.6.35.9/drivers/misc/Kconfig 2010-12-20 19:07:31.000000000 +0100 +@@ -95,6 +95,10 @@ + TC can be used for other purposes, such as PWM generation and + interval timing. + ++config AT91_ADC ++ bool "AT91 ADC converter" ++ depends on ARCH_AT91 && SYSFS ++ + config IBM_ASM + tristate "Device driver for IBM RSA service processor" + depends on X86 && PCI && INPUT && EXPERIMENTAL +Index: linux-2.6.35.9/drivers/misc/Makefile +=================================================================== +--- linux-2.6.35.9.orig/drivers/misc/Makefile 2010-12-20 19:04:59.494200153 +0100 ++++ linux-2.6.35.9/drivers/misc/Makefile 2010-12-20 19:06:04.000000000 +0100 +@@ -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 + obj-$(CONFIG_ICS932S401) += ics932s401.o + obj-$(CONFIG_LKDTM) += lkdtm.o + obj-$(CONFIG_TIFM_CORE) += tifm_core.o -- cgit v1.2.3