[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ad917055-8b27-9ef3-bff1-873a6df354ab@infradead.org>
Date: Wed, 2 Dec 2020 09:51:49 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: "Enrico Weigelt, metux IT consult" <info@...ux.net>,
linux-kernel@...r.kernel.org
Cc: linux-acpi@...r.kernel.org
Subject: Re: [PATCH v2] drivers: acpi: add opt-out of apple-specific property
parsing
Hi--
On 12/2/20 4:21 AM, Enrico Weigelt, metux IT consult wrote:
> Most x86 machines aren't Apple machines, especially VMs.
> Therefore allow opt-out, making the kernel a few KBs smaller,
> eg. for embedded or high-density VMs.
>
> v2: fixed spelling
>
> Signed-off-by: Enrico Weigelt, metux IT consult <info@...ux.net>
> ---
> drivers/acpi/Kconfig | 9 +++++++++
> drivers/acpi/Makefile | 2 +-
> drivers/acpi/internal.h | 2 +-
> 3 files changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index edf1558c1105..fc37a9a5c2a8 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -79,6 +79,15 @@ config ACPI_DEBUGGER_USER
>
> endif
>
> +config ACPI_APPLE
> + bool "Apple ACPI properties support"
> + default y if X86
> + help
> + Extraction of apple specific ACPI properties.
Apple-specific
> +
> + Say N if you're sure the kernel won't be used on an Apple machine
> + and wanna save a few kb of memory. (embedded or high-density VMs)
want to
and kb == kilobits. Is that what you mean here?
> +
> config ACPI_SPCR_TABLE
> bool "ACPI Serial Port Console Redirection Support"
> default y if X86
--
~Randy
Powered by blists - more mailing lists