To avoid dock driver is loaded after other drivers like libata, let's make dock driver not a module. Signed-off-by: Shaohua Li <shaohua.li@xxxxxxxxx> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 3919d6d..7060a64 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -157,7 +157,7 @@ config ACPI_FAN applications to perform basic fan control (on, off, status). config ACPI_DOCK - tristate "Dock" + bool "Dock" depends on EXPERIMENTAL help This driver adds support for ACPI controlled docking stations and removable -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html