Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI_IBM_BAY can not coexist with ACPI_BAY
@ 2007-03-15  7:10 Chris Wedgwood
  2007-03-15 13:27 ` Henrique de Moraes Holschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chris Wedgwood @ 2007-03-15  7:10 UTC (permalink / raw)
  To: Len Brown, ibm-acpi; +Cc: LKML, linux-acpi

ACPI_IBM_BAY cannot coexist with ACPI_BAY --- it causes the IBM ACPI
code to fail to initialize so all the IBM ACPI functionality is
missing.  The simplest fix is to just make sure the Kconfig magic
disallows ACPI_IBM_BAY when ACPI_BAY is enabled.

Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index e2ce4a9..1a83fc6 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -246,7 +246,7 @@ config ACPI_IBM_DOCK
 
 config ACPI_IBM_BAY
 	bool "Legacy Removable Bay Support"
-	depends on ACPI_IBM
+	depends on ACPI_IBM && !ACPI_BAY
 	default y
 	---help---
 	  Allows the ibm_acpi driver to handle removable bays.  It will allow


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-03-16  6:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-15  7:10 [PATCH] ACPI_IBM_BAY can not coexist with ACPI_BAY Chris Wedgwood
2007-03-15 13:27 ` Henrique de Moraes Holschuh
2007-03-15 15:04 ` Henrique de Moraes Holschuh
2007-03-15 17:51 ` [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers can't be set Henrique de Moraes Holschuh
2007-03-15 19:17   ` Chris Wedgwood
     [not found]     ` <20070315191721.GB2556-ADlBjwePHCC1xTEMbVT0AQFcV7zePqp5@public.gmane.org>
2007-03-15 19:37       ` Kristen Carlson Accardi
     [not found]         ` <20070315123732.2ac478a3.kristen.c.accardi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2007-03-15 19:57           ` Henrique de Moraes Holschuh
2007-03-15 21:57         ` Holger Macht
2007-03-15 19:39     ` Henrique de Moraes Holschuh
     [not found]   ` <20070315175113.GA6596-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2007-03-15 19:15     ` [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers can't be set (v2) Henrique de Moraes Holschuh
2007-03-16  5:24       ` Len Brown
2007-03-15 19:26     ` [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers can't be set Kristen Carlson Accardi
2007-03-15 19:48       ` [ibm-acpi-devel] " Henrique de Moraes Holschuh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox