linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: Update Kconfig help text for items that are no longer modular
@ 2020-12-29 11:17 Peter Robinson
  2021-01-07 16:50 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2020-12-29 11:17 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, linux-acpi, linux-kernel; +Cc: Peter Robinson

The CONTAINER and HOTPLUG_MEMORY memory options mention modules
but are bool only options so if selected are alway built in. Drop
the help text about modules.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/acpi/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index edf1558c1105..ebcf534514be 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -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
@@ -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
-- 
2.29.2


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

* Re: [PATCH] ACPI: Update Kconfig help text for items that are no longer modular
  2020-12-29 11:17 [PATCH] ACPI: Update Kconfig help text for items that are no longer modular Peter Robinson
@ 2021-01-07 16:50 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-01-07 16:50 UTC (permalink / raw)
  To: Peter Robinson
  Cc: Rafael J. Wysocki, Len Brown, ACPI Devel Maling List,
	Linux Kernel Mailing List

On Tue, Dec 29, 2020 at 12:19 PM Peter Robinson <pbrobinson@gmail.com> wrote:
>
> The CONTAINER and HOTPLUG_MEMORY memory options mention modules
> but are bool only options so if selected are alway built in. Drop
> the help text about modules.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  drivers/acpi/Kconfig | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index edf1558c1105..ebcf534514be 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -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
> @@ -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
> --

Applied as 5.11-rc material, thanks!

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

end of thread, other threads:[~2021-01-07 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 11:17 [PATCH] ACPI: Update Kconfig help text for items that are no longer modular Peter Robinson
2021-01-07 16:50 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).