mb/intel/ehlcrb: Remove unrelated Kconfig settings
Update Kconfig to remove unrelated configs inheritted from JSL_RVP. Signed-off-by: Tan, Lean Sheng <lean.sheng.tan@intel.com> Change-Id: Ia744b57302f7c8310c42e12cf019b7f6e7b8f9e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48544 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
828e44c7c1
commit
796bfae826
|
@ -3,12 +3,9 @@ if BOARD_INTEL_ELKHARTLAKE_CRB
|
|||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select BOARD_ROMSIZE_KB_16384
|
||||
select DPTF_USE_EISA_HID
|
||||
select DRIVERS_I2C_DA7219
|
||||
select DRIVERS_I2C_HID
|
||||
select DRIVERS_INTEL_DPTF
|
||||
select DRIVERS_I2C_GENERIC
|
||||
select DRIVERS_I2C_MAX98373
|
||||
select DRIVERS_SPI_ACPI
|
||||
select DRIVERS_USB_ACPI
|
||||
select EC_ACPI
|
||||
|
@ -16,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select HAVE_ACPI_RESUME
|
||||
select HAVE_ACPI_TABLES
|
||||
select SOC_INTEL_ELKHARTLAKE
|
||||
select SOC_INTEL_COMMON_BLOCK_DTT
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
|
@ -51,7 +47,4 @@ config UART_FOR_CONSOLE
|
|||
default 2 if INTEL_LPSS_UART_FOR_CONSOLE
|
||||
default 0
|
||||
|
||||
config TPM_TIS_ACPI_INTERRUPT
|
||||
int
|
||||
default 45 # GPE0_DW1_13 (GPP_H13)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue