]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3306a9e819e80b2daac90e80f4a3adb813054415
tree6a1a8f39914c352819533369eddc54f59013584f
parent65494c917a059dd66d004821aa2288c53a052f12
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