Title: [9301] trunk/drivers/staging/iio/adc: iio: adc: sort driver lists
- Revision
- 9301
- Author
- vapier
- Date
- 2010-10-23 16:20:21 -0400 (Sat, 23 Oct 2010)
Log Message
iio: adc: sort driver lists
Modified Paths
Diff
Modified: trunk/drivers/staging/iio/adc/Kconfig (9300 => 9301)
--- trunk/drivers/staging/iio/adc/Kconfig 2010-10-23 20:19:01 UTC (rev 9300)
+++ trunk/drivers/staging/iio/adc/Kconfig 2010-10-23 20:20:21 UTC (rev 9301)
@@ -41,13 +41,27 @@
Say yes here to build support for Analog Devices capacitive sensors.
(ad7152, ad7153) Provides direct access via sysfs.
-config AD774X
- tristate "Analog Devices ad7745/6/7 capacitive sensor driver"
+config AD7291
+ tristate "Analog Devices AD7291 temperature sensor driver"
depends on I2C
help
- Say yes here to build support for Analog Devices capacitive sensors.
- (ad7745, ad7746, ad7747) Provides direct access via sysfs.
+ Say yes here to build support for Analog Devices AD7291
+ temperature sensors.
+config AD7298
+ tristate "Analog Devices AD7298 temperature sensor and ADC driver"
+ depends on SPI
+ help
+ Say yes here to build support for Analog Devices AD7298
+ temperature sensors and ADC.
+
+config AD7314
+ tristate "Analog Devices AD7314 temperature sensor driver"
+ depends on SPI
+ help
+ Say yes here to build support for Analog Devices AD7314
+ temperature sensors.
+
config AD7414
tristate "Analog Devices AD7414 and AD7415 temperature sensor driver"
depends on I2C
@@ -73,41 +87,13 @@
To compile this driver as a module, choose M here: the
module will be called ad7476.
-config ADT75
- tristate "Analog Devices ADT75 temperature sensor driver"
+config AD774X
+ tristate "Analog Devices ad7745/6/7 capacitive sensor driver"
depends on I2C
help
- Say yes here to build support for Analog Devices ADT75
- temperature sensors.
+ Say yes here to build support for Analog Devices capacitive sensors.
+ (ad7745, ad7746, ad7747) Provides direct access via sysfs.
-config ADT7408
- tristate "Analog Devices ADT7408 temperature sensor driver"
- depends on I2C
- help
- Say yes here to build support for Analog Devices ADT7408
- temperature sensors.
-
-config ADT7410
- tristate "Analog Devices ADT7410 temperature sensor driver"
- depends on I2C
- help
- Say yes here to build support for Analog Devices ADT7410
- temperature sensors.
-
-config AD7291
- tristate "Analog Devices AD7291 temperature sensor driver"
- depends on I2C
- help
- Say yes here to build support for Analog Devices AD7291
- temperature sensors.
-
-config AD7314
- tristate "Analog Devices AD7314 temperature sensor driver"
- depends on SPI
- help
- Say yes here to build support for Analog Devices AD7314
- temperature sensors.
-
config AD7816
tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
depends on SPI
@@ -115,20 +101,6 @@
Say yes here to build support for Analog Devices AD7816/7/8
temperature sensors and ADC.
-config ADT7310
- tristate "Analog Devices ADT7310 temperature sensor driver"
- depends on SPI
- help
- Say yes here to build support for Analog Devices ADT7310
- temperature sensors.
-
-config AD7298
- tristate "Analog Devices AD7298 temperature sensor and ADC driver"
- depends on SPI
- help
- Say yes here to build support for Analog Devices AD7298
- temperature sensors and ADC.
-
config AD799X
tristate "Analog Devices AD799x ADC driver"
depends on I2C
@@ -148,3 +120,31 @@
help
Say yes here to include ring buffer support in the AD799X
ADC driver.
+
+config ADT75
+ tristate "Analog Devices ADT75 temperature sensor driver"
+ depends on I2C
+ help
+ Say yes here to build support for Analog Devices ADT75
+ temperature sensors.
+
+config ADT7408
+ tristate "Analog Devices ADT7408 temperature sensor driver"
+ depends on I2C
+ help
+ Say yes here to build support for Analog Devices ADT7408
+ temperature sensors.
+
+config ADT7410
+ tristate "Analog Devices ADT7410 temperature sensor driver"
+ depends on I2C
+ help
+ Say yes here to build support for Analog Devices ADT7410
+ temperature sensors.
+
+config ADT7310
+ tristate "Analog Devices ADT7310 temperature sensor driver"
+ depends on SPI
+ help
+ Say yes here to build support for Analog Devices ADT7310
+ temperature sensors.
Modified: trunk/drivers/staging/iio/adc/Makefile (9300 => 9301)
--- trunk/drivers/staging/iio/adc/Makefile 2010-10-23 20:19:01 UTC (rev 9300)
+++ trunk/drivers/staging/iio/adc/Makefile 2010-10-23 20:20:21 UTC (rev 9301)
@@ -8,22 +8,22 @@
ad7476-y := ad7476_core.o
ad7476-$(CONFIG_IIO_RING_BUFFER) += ad7476_ring.o
+ad799x-y := ad799x_core.o
+ad799x-$(CONFIG_AD799X_RING_BUFFER) += ad799x_ring.o
+
obj-$(CONFIG_MAX1363) += max1363.o
obj-$(CONFIG_AD7150) += ad7150.o
obj-$(CONFIG_AD7152) += ad7152.o
-obj-$(CONFIG_AD774X) += ad774x.o
+obj-$(CONFIG_AD7291) += ad7291.o
+obj-$(CONFIG_AD7298) += ad7298.o
+obj-$(CONFIG_AD7314) += ad7314.o
obj-$(CONFIG_AD7414) += ad7414.o
obj-$(CONFIG_AD7416) += ad7416.o
obj-$(CONFIG_AD7476) += ad7476.o
+obj-$(CONFIG_AD774X) += ad774x.o
+obj-$(CONFIG_AD7816) += ad7816.o
+obj-$(CONFIG_AD799X) += ad799x.o
obj-$(CONFIG_ADT75) += adt75.o
+obj-$(CONFIG_ADT7310) += adt7310.o
obj-$(CONFIG_ADT7408) += adt7408.o
obj-$(CONFIG_ADT7410) += adt7410.o
-obj-$(CONFIG_AD7291) += ad7291.o
-obj-$(CONFIG_AD7314) += ad7314.o
-obj-$(CONFIG_AD7816) += ad7816.o
-obj-$(CONFIG_ADT7310) += adt7310.o
-obj-$(CONFIG_AD7298) += ad7298.o
-
-ad799x-y := ad799x_core.o
-ad799x-$(CONFIG_AD799X_RING_BUFFER) += ad799x_ring.o
-obj-$(CONFIG_AD799X) += ad799x.o
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits