Commit 3bedbd4b authored by Patrick Mochel's avatar Patrick Mochel

[PATCH] Fix up ACPI build issues

The following patches should fix those last two issues - compiling boot.c
for UP and compiling proc.c by default.
parent 4efd5d18
......@@ -26,9 +26,13 @@
#include <linux/init.h>
#include <linux/acpi.h>
#include <asm/pgalloc.h>
#include <asm/apic.h>
#include <asm/mpspec.h>
#if defined (CONFIG_X86_LOCAL_APIC)
#include <mach_apic.h>
#include <mach_mpparse.h>
#endif
#define PREFIX "ACPI: "
......
......@@ -76,7 +76,9 @@ config ACPI_SLEEP
power management development.
config ACPI_SLEEP_PROC_FS
bool
depends on ACPI_SLEEP && PROC_FS
default y
config ACPI_AC
tristate "AC Adapter"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment