]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 13 Nov 2011 13:05:45 +0000 (14:05 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 00:43:38 +0000 (16:43 -0800)
commit73aaf63c5eceae44cda77ce982ec2b140ffbbb02
tree784366b7839a1462d8a68db09e9083848d4781e6
parent465825963cabbd2e74a35c0a0f4e5c5f0cc1d1d0
staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"

Commit e6477000fc ("staging:iio:dummy Add event support + fake event
generator") added "select IIO_SIMPLE_DUMMY_EVGEN if [...]". But there
is no Kconfig symbol named IIO_SIMPLE_DUMMY_EVGEN. The select statement
for that symbol is a nop. Drop it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Jonathan Cameron <jic23@camd.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Kconfig