diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-03 20:57:27 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-21 18:18:29 +0000 |
commit | 6f063d97a662464b5900697bdff313e3cba06421 (patch) | |
tree | 8440b1b0a685a395c165de40ac54d5e7b2a6630c /src/soc/intel/broadwell/pch | |
parent | 8387863ace65c8a65ab7f0f71ffa65553f41273e (diff) |
soc/intel/broadwell/pch/Kconfig: Remove dummy PCH_SPECIFIC_OPTIONS
Change-Id: I21db0474157ba20cdf3eaef086aaf29fde29d6c5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76701
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pch')
-rw-r--r-- | src/soc/intel/broadwell/pch/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/pch/Kconfig b/src/soc/intel/broadwell/pch/Kconfig index 20e1ebc639..8704b89294 100644 --- a/src/soc/intel/broadwell/pch/Kconfig +++ b/src/soc/intel/broadwell/pch/Kconfig @@ -1,8 +1,5 @@ config INTEL_LYNXPOINT_LP bool - -config PCH_SPECIFIC_OPTIONS - def_bool y select ACPI_COMMON_MADT_IOAPIC select ACPI_COMMON_MADT_LAPIC select ACPI_INTEL_HARDWARE_SLEEP_VALUES |