On 1/24/2018 10:23 AM, Hans de Goede wrote:
There must be a middle ground somewhere.
One thing which comes to mind is to simply not allow building i2c as a module
when ACPI is selected, something like this should work I think:
Âconfig I2C
ÂÂÂÂÂÂÂÂ tristate "I2C support"
ÂÂÂÂÂÂÂÂ select RT_MUTEXES
ÂÂÂÂÂÂÂÂ select IRQ_DOMAIN
+ÂÂÂÂÂÂÂ # force building I2C in on ACPI systems, for opregion availability
+ÂÂÂÂÂÂÂ depends on y || !ACPI
This works for me.