mainboard/starlabs: drop unused TJ_MAX option
The TJ_MAX Kconfig option isn't referenced anywhere in-tree. Drop the\nunused setting to avoid confusion and keep the Kconfig clean. Change-Id: I56a5c287be5ed61094b4c006a9661ee9b46b6d36 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91462 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
724176a218
commit
dde872911a
4 changed files with 0 additions and 18 deletions
|
|
@ -176,10 +176,6 @@ config MB_STARLABS_PL4_WATTS
|
||||||
default 65 if BOARD_STARLABS_BYTE_ADL || BOARD_STARLABS_BYTE_TWL
|
default 65 if BOARD_STARLABS_BYTE_ADL || BOARD_STARLABS_BYTE_TWL
|
||||||
default 37 if BOARD_STARLABS_LITE_ADL
|
default 37 if BOARD_STARLABS_LITE_ADL
|
||||||
|
|
||||||
config TJ_MAX
|
|
||||||
int
|
|
||||||
default 105 if BOARD_STARLABS_LITE_ADL
|
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
select VBOOT_VBNV_FLASH
|
select VBOOT_VBNV_FLASH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,10 +83,6 @@ config MAINBOARD_SMBIOS_PRODUCT_NAME
|
||||||
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
|
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config TJ_MAX
|
|
||||||
int
|
|
||||||
default 100
|
|
||||||
|
|
||||||
config MB_STARLABS_PL4_WATTS
|
config MB_STARLABS_PL4_WATTS
|
||||||
int
|
int
|
||||||
default 45
|
default 45
|
||||||
|
|
|
||||||
|
|
@ -197,12 +197,6 @@ config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
|
||||||
config SOC_INTEL_CSE_SEND_EOP_EARLY
|
config SOC_INTEL_CSE_SEND_EOP_EARLY
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config TJ_MAX
|
|
||||||
int
|
|
||||||
default 100 if BOARD_STARLABS_LABTOP_KBL || BOARD_STARLABS_LABTOP_CML || BOARD_STARLABS_STARBOOK_TGL
|
|
||||||
default 105 if BOARD_STARLABS_STARBOOK_ADL_N
|
|
||||||
default 110
|
|
||||||
|
|
||||||
config MB_STARLABS_PL4_WATTS
|
config MB_STARLABS_PL4_WATTS
|
||||||
int
|
int
|
||||||
default 45 if BOARD_STARLABS_LABTOP_KBL || BOARD_STARLABS_LABTOP_CML
|
default 45 if BOARD_STARLABS_LABTOP_KBL || BOARD_STARLABS_LABTOP_CML
|
||||||
|
|
|
||||||
|
|
@ -122,10 +122,6 @@ config SOC_INTEL_CSE_SEND_EOP_EARLY
|
||||||
config TME_KEY_REGENERATION_ON_WARM_BOOT
|
config TME_KEY_REGENERATION_ON_WARM_BOOT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config TJ_MAX
|
|
||||||
int
|
|
||||||
default 110
|
|
||||||
|
|
||||||
config MB_STARLABS_PL4_WATTS
|
config MB_STARLABS_PL4_WATTS
|
||||||
int
|
int
|
||||||
default 80
|
default 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue