All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dominik Brodowski <linux-JhLEnvuH02M@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Subject: ACPI disappears silently if !CONFIG_X86_LOCAL_APIC
Date: Fri, 15 Aug 2003 17:34:15 +0200	[thread overview]
Message-ID: <20030815153414.GA789@brodo.de> (raw)

On some systems where ACPI used to work fine, APIC support is not really 
needed in the kernel because the mobile chipset/processor doesn't support
it. Nonetheless, in 2.6.0-test3-bk-current, CONFIG_ACPI depends on
CONFIG_X86_LOCAL_APIC. As it's only a requirement for ACPI_HT, this patch
should be fine [it compiles and it works on my notebook].

	Dominik

--- linux-2.6.0-test3+2/drivers/acpi/Kconfig.original	2003-08-15 16:48:16.000000000 +0200
+++ linux-2.6.0-test3+2/drivers/acpi/Kconfig	2003-08-15 16:53:56.000000000 +0200
@@ -30,7 +30,7 @@
 	bool "Full ACPI Support"
 	depends on !X86_VISWS
 	depends on !IA64_HP_SIM
-	depends on IA64 || (X86 && ACPI_HT)
+	depends on IA64 || (X86 && ACPI_HT) || (X86 && !X86_LOCAL_APIC)
 	default y
 	---help---
 	  Advanced Configuration and Power Interface (ACPI) support for 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

             reply	other threads:[~2003-08-15 15:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-15 15:34 Dominik Brodowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-08-15 17:40 ACPI disappears silently if !CONFIG_X86_LOCAL_APIC Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE009FC5B-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2003-08-18 10:02   ` Bas Mevissen
2003-08-15 17:49 Brown, Len

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030815153414.GA789@brodo.de \
    --to=linux-jhlenvuh02m@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.