On Wednesday 11 June 2008, Ivo van Doorn wrote: > rt2x00 requires the input-polldev driver for reporting rfkill events, > selecting INPUT_POLLDEV is not correct since that option depends > on the INPUT config option. > Since RT2X00_LIB_RFKILL requires the input layer as well, we should > make it depend on INPUT directly. > > Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> John, you can drop this patch in exchange for the patch just send by Randy, since that patch would be more correct. Thanks, Ivo > --- > John, this is for 2.6.26 > > diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig > index 0ace761..c4d1f67 100644 > --- a/drivers/net/wireless/rt2x00/Kconfig > +++ b/drivers/net/wireless/rt2x00/Kconfig > @@ -36,6 +36,7 @@ config RT2X00_LIB_FIRMWARE > config RT2X00_LIB_RFKILL > boolean > depends on RT2X00_LIB > + depends on INPUT > select RFKILL > select INPUT_POLLDEV > > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html