mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
3b31b783ad
The newly added atlas-ph-sensor driver uses irq_work_queue, which
may not always be enabled:
ERROR: "irq_work_queue" [drivers/iio/chemical/atlas-ph-sensor.ko] undefined!
This adds a 'select' statement to Kconfig to ensure it's there
when we need it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes:
|
||
---|---|---|
.. | ||
ams-iaq-core.c | ||
atlas-ph-sensor.c | ||
Kconfig | ||
Makefile | ||
vz89x.c |