> Maybe it should be user-selectable. Or something... > > Because randconfig builds fail now with: > > because this particular .config (attached) has > > # CONFIG_ACPI is not set > CONFIG_ACPI_ADXL=y > > but the ADXL thing depends on ACPI, if we have to be precise, and it > probably should state that in the Kconfig deps. And then the EDAC module > should depend on ACPI_ADXL instead of selecting it. > > Unless you guys have a better idea, ofc... Alternative. Add a select ACPI right before the select ACPI_ADXL -Tony