diff options
author | Len Brown <len.brown@intel.com> | 2005-08-24 12:10:49 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-24 12:11:34 -0400 |
commit | 76f58584824c61eb5b3bdbf019236815921d2e7c (patch) | |
tree | a8cb03339eddd5ada3c9d04b70b8bd6520e2bc14 /drivers/acpi/Kconfig | |
parent | 8466361ad5233d4356a4601e16b66c25277920d1 (diff) |
[ACPI] delete CONFIG_ACPI_BUS
it is a synonym for CONFIG_ACPI
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index f023a88ca398..8cafa4adcf49 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -267,10 +267,6 @@ config ACPI_DEBUG | |||
267 | of verbosity. Saying Y enables these statements. This will increase | 267 | of verbosity. Saying Y enables these statements. This will increase |
268 | your kernel size by around 50K. | 268 | your kernel size by around 50K. |
269 | 269 | ||
270 | config ACPI_BUS | ||
271 | bool | ||
272 | default y | ||
273 | |||
274 | config ACPI_EC | 270 | config ACPI_EC |
275 | bool | 271 | bool |
276 | depends on X86 | 272 | depends on X86 |