On Tue, Feb 23, 2021 at 6:35 PM Simon Glass <[email protected]> wrote: > > This option is better placed in the x86 code since it is not generic > enough to be in the core code. Move it. > > Reported-by: Heinrich Schuchardt <[email protected]> > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/x86/Kconfig | 9 +++++++++ > drivers/core/Kconfig | 9 --------- > 2 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index eddf2a774ef..c8ce2fcb88d 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -1001,6 +1001,15 @@ config PCIEX_LENGTH_128MB > config PCIEX_LENGTH_64MB > bool > > +config INTEL_ACPIGEN > + bool "Support ACPI table generation for Intel SoCs" > + depends on ACPIGEN > + help > + This option adds some functions used for programatic generation of
typo: programmatic Will fix when applying > + ACPI tables on Intel SoCs. This provides features for writing CPU > + information such as P states and T stages. Also included is a way > + to create a GNVS table and set it up. > + > config INTEL_GMA_ACPI > bool "Generate ACPI table for Intel GMA graphics" > help Reviewed-by: Bin Meng <[email protected]>

