diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-03-01 19:06:29 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-03 09:01:04 +0000 |
commit | bab7f18a434a56d152980ec0e50aabd09ee64bf8 (patch) | |
tree | 00e9178195cb89ad418c5a0afa28b1a8d735da36 /src/mainboard/intel/tglrvp | |
parent | 6d9af0ce6e340e73f3189bfc1091711892754371 (diff) |
mb/*/*: Don't select PCIEXP_HOTPLUG
PCIEXP_HOTPLUG has a prompt and as such is not supposed to be forced.
Just change the default value to 'y'.
Change-Id: Ie4248700f5ab5168bff551b740d347713273763c
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51151
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/tglrvp')
-rw-r--r-- | src/mainboard/intel/tglrvp/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig index 233706d949..bbdaf792e6 100644 --- a/src/mainboard/intel/tglrvp/Kconfig +++ b/src/mainboard/intel/tglrvp/Kconfig @@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_LPSS_UART_FOR_CONSOLE select DRIVERS_INTEL_ISH select EC_ACPI - select PCIEXP_HOTPLUG select HAVE_SPD_IN_CBFS select SOC_INTEL_CSE_LITE_SKU select MAINBOARD_HAS_TPM2 @@ -61,6 +60,9 @@ config MAX_CPUS int default 8 +config PCIEXP_HOTPLUG + default y + config PCIEXP_HOTPLUG_BUSES int default 42 |