Revert "soc/intel/adl: Guard TWL SoC missing UPDs for build integrity"
[coreboot.git] / src / soc / intel / broadwell / pch / Kconfig
bloba671207b67916f8d7867bebb06d57563ee00ccd6
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config INTEL_LYNXPOINT_LP
4         bool
5         select ACPI_COMMON_MADT_IOAPIC
6         select ACPI_COMMON_MADT_LAPIC
7         select ACPI_INTEL_HARDWARE_SLEEP_VALUES
8         select ACPI_SOC_NVS
9         select AZALIA_HDA_CODEC_SUPPORT
10         select BOOT_DEVICE_SUPPORTS_WRITES
11         select HAVE_EM100PRO_SPI_CONSOLE_SUPPORT
12         select HAVE_POWER_STATE_AFTER_FAILURE
13         select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
14         select HAVE_SMI_HANDLER
15         select HAVE_USBDEBUG
16         select INTEL_DESCRIPTOR_MODE_CAPABLE
17         select RTC
18         select SOUTHBRIDGE_INTEL_COMMON_EARLY_SMBUS
19         select SOUTHBRIDGE_INTEL_COMMON_RESET
20         select SOUTHBRIDGE_INTEL_COMMON_RTC
21         select SOUTHBRIDGE_INTEL_COMMON_SMBUS
22         select SOUTHBRIDGE_INTEL_COMMON_SPI_ICH9
23         select SPI_FLASH
24         select TCO_SPACE_NOT_YET_SPLIT
26 config EHCI_BAR
27         hex
28         default 0xd8000000
30 config SERIRQ_CONTINUOUS_MODE
31         bool
32         default y
33         help
34           If you set this option to y, the serial IRQ machine will be
35           operated in continuous mode.
37 config PCIEXP_ASPM
38         bool
39         default y
41 config PCIEXP_AER
42         bool
43         default y
45 config PCIEXP_COMMON_CLOCK
46         bool
47         default y
49 config PCIEXP_CLK_PM
50         bool
51         default y
53 config PCIEXP_L1_SUB_STATE
54         bool
55         default y
57 config SERIALIO_UART_CONSOLE
58         bool
59         default n
60         select DRIVERS_UART_8250MEM_32
61         help
62           Selected by mainboards where SerialIO UARTs can be used to retrieve
63           coreboot logs. Boards also need to set UART_FOR_CONSOLE accordingly.
65 config CONSOLE_UART_BASE_ADDRESS
66         default 0xd6000000 if SERIALIO_UART_CONSOLE
68 config DISABLE_ME_PCI
69         bool "Disable Intel ME PCI interface (MEI1)"
70         default y
71         help
72           Disable and hide the ME PCI interface during finalize stage of boot.
73           This will prevent the OS (and userspace apps) from interacting with
74           the ME via the PCI interface after boot.