Skip to content

Commit

Permalink
staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"
Browse files Browse the repository at this point in the history
Commit e647700 ("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>
  • Loading branch information
Paul Bolle authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 4658259 commit 73aaf63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/iio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ config IIO_DUMMY_EVGEN

config IIO_SIMPLE_DUMMY
tristate "An example driver with no hardware requirements"
select IIO_SIMPLE_DUMMY_EVGEN if IIO_SIMPLE_DUMMY_EVENTS
help
Driver intended mainly as documentation for how to write
a driver. May also be useful for testing userspace code
Expand Down

0 comments on commit 73aaf63

Please sign in to comment.