diff options
author | Shaohua Li <shaohua.li@intel.com> | 2008-09-27 11:10:28 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-23 04:00:47 -0400 |
commit | 898b054f3eec5921320ae8614b5bdd7b07ea5b43 (patch) | |
tree | acbbe2bd4ccd9982aac24b35a33120a3df715232 /drivers | |
parent | 3262a8f2bf686ced3a6ce8dee013ddf85511fbb6 (diff) |
dock: make dock driver not a module
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index dc1de7224426..f4f632917509 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 |