From: Paul Bolle Date: Sun, 13 Nov 2011 13:05:45 +0000 (+0100) Subject: staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN" X-Git-Tag: v3.3-rc1~152^2~101^2~320 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=73aaf63c5eceae44cda77ce982ec2b140ffbbb02;p=~emulex%2Finfiniband.git 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 Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig index 4ec9118955f..90162aa8b2d 100644 --- a/drivers/staging/iio/Kconfig +++ b/drivers/staging/iio/Kconfig @@ -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