dock: make dock driver not a module
authorShaohua Li <shaohua.li@intel.com>
Sat, 27 Sep 2008 03:10:28 +0000 (11:10 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 23 Oct 2008 08:00:47 +0000 (04:00 -0400)
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@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig

index dc1de7224426b16d38332135faa5b1b1e0695198..f4f6329175094383e61749a6dbf893a3ecda92d9 100644 (file)
@@ -157,7 +157,7 @@ config ACPI_FAN
          applications to perform basic fan control (on, off, status).
 
 config ACPI_DOCK
          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
        depends on EXPERIMENTAL
        help
          This driver adds support for ACPI controlled docking stations and removable
This page took 0.039794 seconds and 5 git commands to generate.