Loading drivers/acpi/Kconfig +0 −6 Original line number Diff line number Diff line Loading @@ -395,9 +395,6 @@ config ACPI_CONTAINER This helps support hotplug of nodes, CPUs, and memory. To compile this driver as a module, choose M here: the module will be called container. config ACPI_HOTPLUG_MEMORY bool "Memory Hotplug" depends on MEMORY_HOTPLUG Loading @@ -411,9 +408,6 @@ config ACPI_HOTPLUG_MEMORY removing memory devices at runtime, you need not enable this driver. To compile this driver as a module, choose M here: the module will be called acpi_memhotplug. config ACPI_HOTPLUG_IOAPIC bool depends on PCI Loading include/linux/acpi.h +7 −0 Original line number Diff line number Diff line Loading @@ -885,6 +885,13 @@ static inline int acpi_device_modalias(struct device *dev, return -ENODEV; } static inline struct platform_device * acpi_create_platform_device(struct acpi_device *adev, struct property_entry *properties) { return NULL; } static inline bool acpi_dma_supported(struct acpi_device *adev) { return false; Loading Loading
drivers/acpi/Kconfig +0 −6 Original line number Diff line number Diff line Loading @@ -395,9 +395,6 @@ config ACPI_CONTAINER This helps support hotplug of nodes, CPUs, and memory. To compile this driver as a module, choose M here: the module will be called container. config ACPI_HOTPLUG_MEMORY bool "Memory Hotplug" depends on MEMORY_HOTPLUG Loading @@ -411,9 +408,6 @@ config ACPI_HOTPLUG_MEMORY removing memory devices at runtime, you need not enable this driver. To compile this driver as a module, choose M here: the module will be called acpi_memhotplug. config ACPI_HOTPLUG_IOAPIC bool depends on PCI Loading
include/linux/acpi.h +7 −0 Original line number Diff line number Diff line Loading @@ -885,6 +885,13 @@ static inline int acpi_device_modalias(struct device *dev, return -ENODEV; } static inline struct platform_device * acpi_create_platform_device(struct acpi_device *adev, struct property_entry *properties) { return NULL; } static inline bool acpi_dma_supported(struct acpi_device *adev) { return false; Loading