Commit 76f58584 authored by Len Brown's avatar Len Brown

[ACPI] delete CONFIG_ACPI_BUS

it is a synonym for CONFIG_ACPI
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 8466361a
...@@ -142,7 +142,6 @@ CONFIG_ACPI_THERMAL=y ...@@ -142,7 +142,6 @@ CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
......
...@@ -408,8 +408,6 @@ acpi_parse_nmi_src(acpi_table_entry_header * header, const unsigned long end) ...@@ -408,8 +408,6 @@ acpi_parse_nmi_src(acpi_table_entry_header * header, const unsigned long end)
#endif /* CONFIG_X86_IO_APIC */ #endif /* CONFIG_X86_IO_APIC */
#ifdef CONFIG_ACPI_BUS
/* /*
* acpi_pic_sci_set_trigger() * acpi_pic_sci_set_trigger()
* *
...@@ -460,8 +458,6 @@ void __init acpi_pic_sci_set_trigger(unsigned int irq, u16 trigger) ...@@ -460,8 +458,6 @@ void __init acpi_pic_sci_set_trigger(unsigned int irq, u16 trigger)
outb(new >> 8, 0x4d1); outb(new >> 8, 0x4d1);
} }
#endif /* CONFIG_ACPI_BUS */
int acpi_gsi_to_irq(u32 gsi, unsigned int *irq) int acpi_gsi_to_irq(u32 gsi, unsigned int *irq)
{ {
#ifdef CONFIG_X86_IO_APIC #ifdef CONFIG_X86_IO_APIC
...@@ -637,12 +633,10 @@ static int __init acpi_parse_fadt(unsigned long phys, unsigned long size) ...@@ -637,12 +633,10 @@ static int __init acpi_parse_fadt(unsigned long phys, unsigned long size)
/* initialize sci_int early for INT_SRC_OVR MADT parsing */ /* initialize sci_int early for INT_SRC_OVR MADT parsing */
acpi_fadt.sci_int = fadt->sci_int; acpi_fadt.sci_int = fadt->sci_int;
#ifdef CONFIG_ACPI_BUS
/* initialize rev and apic_phys_dest_mode for x86_64 genapic */ /* initialize rev and apic_phys_dest_mode for x86_64 genapic */
acpi_fadt.revision = fadt->revision; acpi_fadt.revision = fadt->revision;
acpi_fadt.force_apic_physical_destination_mode = acpi_fadt.force_apic_physical_destination_mode =
fadt->force_apic_physical_destination_mode; fadt->force_apic_physical_destination_mode;
#endif
#ifdef CONFIG_X86_PM_TIMER #ifdef CONFIG_X86_PM_TIMER
/* detect the location of the ACPI PM Timer */ /* detect the location of the ACPI PM Timer */
......
...@@ -1069,11 +1069,9 @@ int mp_register_gsi (u32 gsi, int edge_level, int active_high_low) ...@@ -1069,11 +1069,9 @@ int mp_register_gsi (u32 gsi, int edge_level, int active_high_low)
*/ */
static int gsi_to_irq[MAX_GSI_NUM]; static int gsi_to_irq[MAX_GSI_NUM];
#ifdef CONFIG_ACPI_BUS
/* Don't set up the ACPI SCI because it's already set up */ /* Don't set up the ACPI SCI because it's already set up */
if (acpi_fadt.sci_int == gsi) if (acpi_fadt.sci_int == gsi)
return gsi; return gsi;
#endif
ioapic = mp_find_ioapic(gsi); ioapic = mp_find_ioapic(gsi);
if (ioapic < 0) { if (ioapic < 0) {
...@@ -1116,13 +1114,11 @@ int mp_register_gsi (u32 gsi, int edge_level, int active_high_low) ...@@ -1116,13 +1114,11 @@ int mp_register_gsi (u32 gsi, int edge_level, int active_high_low)
if (gsi < MAX_GSI_NUM) { if (gsi < MAX_GSI_NUM) {
if (gsi > 15) if (gsi > 15)
gsi = pci_irq++; gsi = pci_irq++;
#ifdef CONFIG_ACPI_BUS
/* /*
* Don't assign IRQ used by ACPI SCI * Don't assign IRQ used by ACPI SCI
*/ */
if (gsi == acpi_fadt.sci_int) if (gsi == acpi_fadt.sci_int)
gsi = pci_irq++; gsi = pci_irq++;
#endif
gsi_to_irq[irq] = gsi; gsi_to_irq[irq] = gsi;
} else { } else {
printk(KERN_ERR "GSI %u is too high\n", gsi); printk(KERN_ERR "GSI %u is too high\n", gsi);
......
...@@ -114,7 +114,6 @@ CONFIG_ACPI_PROCESSOR=m ...@@ -114,7 +114,6 @@ CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_SYSTEM=y
......
...@@ -138,7 +138,6 @@ CONFIG_ACPI_HOTKEY=m ...@@ -138,7 +138,6 @@ CONFIG_ACPI_HOTKEY=m
CONFIG_ACPI_NUMA=y CONFIG_ACPI_NUMA=y
CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_SYSTEM=y
......
...@@ -137,7 +137,6 @@ CONFIG_ACPI_PROCESSOR=m ...@@ -137,7 +137,6 @@ CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_SYSTEM=y
......
...@@ -136,7 +136,6 @@ CONFIG_ACPI_PROCESSOR=y ...@@ -136,7 +136,6 @@ CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_SYSTEM=y
......
...@@ -127,7 +127,6 @@ CONFIG_ACPI_THERMAL=m ...@@ -127,7 +127,6 @@ CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_NUMA=y CONFIG_ACPI_NUMA=y
CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_SYSTEM=y
......
...@@ -149,7 +149,6 @@ CONFIG_ACPI_NUMA=y ...@@ -149,7 +149,6 @@ CONFIG_ACPI_NUMA=y
CONFIG_ACPI_TOSHIBA=y CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_BLACKLIST_YEAR=2001 CONFIG_ACPI_BLACKLIST_YEAR=2001
# CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y CONFIG_ACPI_PCI=y
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <asm/smp.h> #include <asm/smp.h>
#include <asm/ipi.h> #include <asm/ipi.h>
#if defined(CONFIG_ACPI_BUS) #if defined(CONFIG_ACPI)
#include <acpi/acpi_bus.h> #include <acpi/acpi_bus.h>
#endif #endif
...@@ -47,7 +47,7 @@ void __init clustered_apic_check(void) ...@@ -47,7 +47,7 @@ void __init clustered_apic_check(void)
u8 cluster_cnt[NUM_APIC_CLUSTERS]; u8 cluster_cnt[NUM_APIC_CLUSTERS];
int num_cpus = 0; int num_cpus = 0;
#if defined(CONFIG_ACPI_BUS) #if defined(CONFIG_ACPI)
/* /*
* Some x86_64 machines use physical APIC mode regardless of how many * Some x86_64 machines use physical APIC mode regardless of how many
* procs/clusters are present (x86_64 ES7000 is an example). * procs/clusters are present (x86_64 ES7000 is an example).
......
...@@ -927,11 +927,9 @@ int mp_register_gsi(u32 gsi, int edge_level, int active_high_low) ...@@ -927,11 +927,9 @@ int mp_register_gsi(u32 gsi, int edge_level, int active_high_low)
if (acpi_irq_model != ACPI_IRQ_MODEL_IOAPIC) if (acpi_irq_model != ACPI_IRQ_MODEL_IOAPIC)
return gsi; return gsi;
#ifdef CONFIG_ACPI_BUS
/* Don't set up the ACPI SCI because it's already set up */ /* Don't set up the ACPI SCI because it's already set up */
if (acpi_fadt.sci_int == gsi) if (acpi_fadt.sci_int == gsi)
return gsi; return gsi;
#endif
ioapic = mp_find_ioapic(gsi); ioapic = mp_find_ioapic(gsi);
if (ioapic < 0) { if (ioapic < 0) {
...@@ -971,13 +969,11 @@ int mp_register_gsi(u32 gsi, int edge_level, int active_high_low) ...@@ -971,13 +969,11 @@ int mp_register_gsi(u32 gsi, int edge_level, int active_high_low)
if (gsi < MAX_GSI_NUM) { if (gsi < MAX_GSI_NUM) {
if (gsi > 15) if (gsi > 15)
gsi = pci_irq++; gsi = pci_irq++;
#ifdef CONFIG_ACPI_BUS
/* /*
* Don't assign IRQ used by ACPI SCI * Don't assign IRQ used by ACPI SCI
*/ */
if (gsi == acpi_fadt.sci_int) if (gsi == acpi_fadt.sci_int)
gsi = pci_irq++; gsi = pci_irq++;
#endif
gsi_to_irq[irq] = gsi; gsi_to_irq[irq] = gsi;
} else { } else {
printk(KERN_ERR "GSI %u is too high\n", gsi); printk(KERN_ERR "GSI %u is too high\n", gsi);
......
...@@ -267,10 +267,6 @@ config ACPI_DEBUG ...@@ -267,10 +267,6 @@ config ACPI_DEBUG
of verbosity. Saying Y enables these statements. This will increase of verbosity. Saying Y enables these statements. This will increase
your kernel size by around 50K. your kernel size by around 50K.
config ACPI_BUS
bool
default y
config ACPI_EC config ACPI_EC
bool bool
depends on X86 depends on X86
......
...@@ -35,8 +35,8 @@ ifdef CONFIG_CPU_FREQ ...@@ -35,8 +35,8 @@ ifdef CONFIG_CPU_FREQ
processor-objs += processor_perflib.o processor-objs += processor_perflib.o
endif endif
obj-$(CONFIG_ACPI_BUS) += sleep/ obj-y += sleep/
obj-$(CONFIG_ACPI_BUS) += bus.o glue.o obj-y += bus.o glue.o
obj-$(CONFIG_ACPI_AC) += ac.o obj-$(CONFIG_ACPI_AC) += ac.o
obj-$(CONFIG_ACPI_BATTERY) += battery.o obj-$(CONFIG_ACPI_BATTERY) += battery.o
obj-$(CONFIG_ACPI_BUTTON) += button.o obj-$(CONFIG_ACPI_BUTTON) += button.o
...@@ -55,5 +55,5 @@ obj-$(CONFIG_ACPI_NUMA) += numa.o ...@@ -55,5 +55,5 @@ obj-$(CONFIG_ACPI_NUMA) += numa.o
obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o
obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o
obj-$(CONFIG_ACPI_BUS) += scan.o motherboard.o obj-y += scan.o motherboard.o
obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o
...@@ -17,7 +17,7 @@ config TCG_TPM ...@@ -17,7 +17,7 @@ config TCG_TPM
obtained at: <http://sourceforge.net/projects/trousers>. To obtained at: <http://sourceforge.net/projects/trousers>. To
compile this driver as a module, choose M here; the module compile this driver as a module, choose M here; the module
will be called tpm. If unsure, say N. will be called tpm. If unsure, say N.
Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI_BUS Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI
and CONFIG_PNPACPI. and CONFIG_PNPACPI.
config TCG_NSC config TCG_NSC
......
...@@ -78,7 +78,7 @@ config HOTPLUG_PCI_IBM ...@@ -78,7 +78,7 @@ config HOTPLUG_PCI_IBM
config HOTPLUG_PCI_ACPI config HOTPLUG_PCI_ACPI
tristate "ACPI PCI Hotplug driver" tristate "ACPI PCI Hotplug driver"
depends on ACPI_BUS && HOTPLUG_PCI depends on ACPI && HOTPLUG_PCI
help help
Say Y here if you have a system that supports PCI Hotplug using Say Y here if you have a system that supports PCI Hotplug using
ACPI. ACPI.
...@@ -157,7 +157,7 @@ config HOTPLUG_PCI_SHPC_POLL_EVENT_MODE ...@@ -157,7 +157,7 @@ config HOTPLUG_PCI_SHPC_POLL_EVENT_MODE
config HOTPLUG_PCI_SHPC_PHPRM_LEGACY config HOTPLUG_PCI_SHPC_PHPRM_LEGACY
bool "For AMD SHPC only: Use $HRT for resource/configuration" bool "For AMD SHPC only: Use $HRT for resource/configuration"
depends on HOTPLUG_PCI_SHPC && !ACPI_BUS depends on HOTPLUG_PCI_SHPC && !ACPI
help help
Say Y here for AMD SHPC. You have to select this option if you are Say Y here for AMD SHPC. You have to select this option if you are
using this driver on platform with AMD SHPC. using this driver on platform with AMD SHPC.
......
...@@ -51,7 +51,7 @@ pciehp-objs := pciehp_core.o \ ...@@ -51,7 +51,7 @@ pciehp-objs := pciehp_core.o \
pciehp_ctrl.o \ pciehp_ctrl.o \
pciehp_pci.o \ pciehp_pci.o \
pciehp_hpc.o pciehp_hpc.o
ifdef CONFIG_ACPI_BUS ifdef CONFIG_ACPI
pciehp-objs += pciehprm_acpi.o pciehp-objs += pciehprm_acpi.o
else else
pciehp-objs += pciehprm_nonacpi.o pciehp-objs += pciehprm_nonacpi.o
...@@ -62,7 +62,7 @@ shpchp-objs := shpchp_core.o \ ...@@ -62,7 +62,7 @@ shpchp-objs := shpchp_core.o \
shpchp_pci.o \ shpchp_pci.o \
shpchp_sysfs.o \ shpchp_sysfs.o \
shpchp_hpc.o shpchp_hpc.o
ifdef CONFIG_ACPI_BUS ifdef CONFIG_ACPI
shpchp-objs += shpchprm_acpi.o shpchp-objs += shpchprm_acpi.o
else else
ifdef CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY ifdef CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY
......
...@@ -6,7 +6,7 @@ menu "Plug and Play support" ...@@ -6,7 +6,7 @@ menu "Plug and Play support"
config PNP config PNP
bool "Plug and Play support" bool "Plug and Play support"
depends on ISA || ACPI_BUS depends on ISA || ACPI
---help--- ---help---
Plug and Play (PnP) is a standard for peripherals which allows those Plug and Play (PnP) is a standard for peripherals which allows those
peripherals to be configured by software, e.g. assign IRQ's or other peripherals to be configured by software, e.g. assign IRQ's or other
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
config PNPACPI config PNPACPI
bool "Plug and Play ACPI support (EXPERIMENTAL)" bool "Plug and Play ACPI support (EXPERIMENTAL)"
depends on PNP && ACPI_BUS && EXPERIMENTAL depends on PNP && ACPI && EXPERIMENTAL
default y default y
---help--- ---help---
Linux uses the PNPACPI to autodetect built-in Linux uses the PNPACPI to autodetect built-in
......
...@@ -80,7 +80,7 @@ config SERIAL_8250_CS ...@@ -80,7 +80,7 @@ config SERIAL_8250_CS
config SERIAL_8250_ACPI config SERIAL_8250_ACPI
bool "8250/16550 device discovery via ACPI namespace" bool "8250/16550 device discovery via ACPI namespace"
default y if IA64 default y if IA64
depends on ACPI_BUS && SERIAL_8250 depends on ACPI && SERIAL_8250
---help--- ---help---
If you wish to enable serial port discovery via the ACPI If you wish to enable serial port discovery via the ACPI
namespace, say Y here. If unsure, say N. namespace, say Y here. If unsure, say N.
......
...@@ -53,7 +53,7 @@ acpi_evaluate_reference(acpi_handle handle, ...@@ -53,7 +53,7 @@ acpi_evaluate_reference(acpi_handle handle,
struct acpi_object_list *arguments, struct acpi_object_list *arguments,
struct acpi_handle_list *list); struct acpi_handle_list *list);
#ifdef CONFIG_ACPI_BUS #ifdef CONFIG_ACPI
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
...@@ -356,6 +356,6 @@ acpi_handle acpi_get_child(acpi_handle, acpi_integer); ...@@ -356,6 +356,6 @@ acpi_handle acpi_get_child(acpi_handle, acpi_integer);
acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int);
#define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->firmware_data)) #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->firmware_data))
#endif /*CONFIG_ACPI_BUS */ #endif /* CONFIG_ACPI */
#endif /*__ACPI_BUS_H__*/ #endif /*__ACPI_BUS_H__*/
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