Staging: iio: fix ring buffer build
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 10 Nov 2009 17:04:28 +0000 (09:04 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:18 +0000 (12:23 -0800)
commitd5f5d89f0a48930436dba9735fda4663e7b55ed2
tree6a1a8f39914c352819533369eddc54f59013584f
parent76e407980728123223fac5c2e8273bc6e7e43cfd
Staging: iio: fix ring buffer build

max1363 uses both the iio hardware ring buffer and software
ring buffer interfaces, but its Makefile and Kconfig do not
reflect that usage, so its build breaks.  Add a new Kconfig
symbol to reflect that usage and change max1363.h & Makefile
to use the new Kconfig symbol.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
drivers/staging/iio/adc/Kconfig
drivers/staging/iio/adc/Makefile
drivers/staging/iio/adc/max1363.h