Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75083?usp=email )
Change subject: mb/amd/mayan: Move selects from Kconfig.name to Kconfig
......................................................................
mb/amd/mayan: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.
Change-Id: I5a321680b1b84ca0b2598d2446ff10257947a733
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75083
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Martin L Roth <gaumless(a)gmail.com>
---
M src/mainboard/amd/mayan/Kconfig
M src/mainboard/amd/mayan/Kconfig.name
2 files changed, 1 insertion(+), 1 deletion(-)
Approvals:
Martin L Roth: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig
index 35b39a6..1c6b15a 100644
--- a/src/mainboard/amd/mayan/Kconfig
+++ b/src/mainboard/amd/mayan/Kconfig
@@ -14,6 +14,7 @@
select PCIEXP_COMMON_CLOCK
select PCIEXP_L1_SUB_STATE
select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN
+ select SOC_AMD_PHOENIX
config FMDFILE
default "src/mainboard/amd/mayan/chromeos.fmd" if CHROMEOS
diff --git a/src/mainboard/amd/mayan/Kconfig.name b/src/mainboard/amd/mayan/Kconfig.name
index 9c99748..8179596 100644
--- a/src/mainboard/amd/mayan/Kconfig.name
+++ b/src/mainboard/amd/mayan/Kconfig.name
@@ -2,4 +2,3 @@
config BOARD_AMD_MAYAN_PHOENIX
bool "-> Mayan for Phoenix SoC"
- select SOC_AMD_PHOENIX
--
To view, visit https://review.coreboot.org/c/coreboot/+/75083?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5a321680b1b84ca0b2598d2446ff10257947a733
Gerrit-Change-Number: 75083
Gerrit-PatchSet: 7
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78131?usp=email )
Change subject: mb/lenovo/t520: Move selects from Kconfig.name to Kconfig
......................................................................
mb/lenovo/t520: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.
Change-Id: I6b71c7c5c9e32e21c757c0ed0e9c6bd9d58a4f75
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78131
Reviewed-by: Martin L Roth <gaumless(a)gmail.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/lenovo/t520/Kconfig
M src/mainboard/lenovo/t520/Kconfig.name
2 files changed, 6 insertions(+), 2 deletions(-)
Approvals:
build bot (Jenkins): Verified
Martin L Roth: Looks good to me, approved
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index a5af0db..2223b72 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -25,6 +25,12 @@
# Workaround for EC/KBC IRQ1.
select SERIRQ_CONTINUOUS_MODE
+config BOARD_LENOVO_T520
+ select BOARD_LENOVO_BASEBOARD_T520
+
+config BOARD_LENOVO_W520
+ select BOARD_LENOVO_BASEBOARD_T520
+
if BOARD_LENOVO_BASEBOARD_T520
config VBOOT
diff --git a/src/mainboard/lenovo/t520/Kconfig.name b/src/mainboard/lenovo/t520/Kconfig.name
index cc622f0..d77afc8 100644
--- a/src/mainboard/lenovo/t520/Kconfig.name
+++ b/src/mainboard/lenovo/t520/Kconfig.name
@@ -1,7 +1,5 @@
config BOARD_LENOVO_T520
bool "ThinkPad T520"
- select BOARD_LENOVO_BASEBOARD_T520
config BOARD_LENOVO_W520
bool "ThinkPad W520"
- select BOARD_LENOVO_BASEBOARD_T520
--
To view, visit https://review.coreboot.org/c/coreboot/+/78131?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6b71c7c5c9e32e21c757c0ed0e9c6bd9d58a4f75
Gerrit-Change-Number: 78131
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78129?usp=email )
Change subject: mb/intel/glkrvp: Move selects from Kconfig.name to Kconfig
......................................................................
mb/intel/glkrvp: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.
Change-Id: I817faab0438a35d2e8859342e7c2b2dbaa0afeeb
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78129
Reviewed-by: Martin L Roth <gaumless(a)gmail.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/intel/glkrvp/Kconfig
M src/mainboard/intel/glkrvp/Kconfig.name
2 files changed, 4 insertions(+), 2 deletions(-)
Approvals:
build bot (Jenkins): Verified
Martin L Roth: Looks good to me, approved
diff --git a/src/mainboard/intel/glkrvp/Kconfig b/src/mainboard/intel/glkrvp/Kconfig
index c2584f3..5a1ae43 100644
--- a/src/mainboard/intel/glkrvp/Kconfig
+++ b/src/mainboard/intel/glkrvp/Kconfig
@@ -13,6 +13,10 @@
select DRIVERS_I2C_DA7219
select SOC_ESPI
+config BOARD_INTEL_GLKRVP
+ select BOARD_INTEL_BASEBOARD_GLKRVP
+ select BASEBOARD_GLKRVP_LAPTOP
+
if BOARD_INTEL_BASEBOARD_GLKRVP
config BASEBOARD_GLKRVP_LAPTOP
diff --git a/src/mainboard/intel/glkrvp/Kconfig.name b/src/mainboard/intel/glkrvp/Kconfig.name
index b0cfdc5..0502c4c 100644
--- a/src/mainboard/intel/glkrvp/Kconfig.name
+++ b/src/mainboard/intel/glkrvp/Kconfig.name
@@ -1,4 +1,2 @@
config BOARD_INTEL_GLKRVP
bool "Glkrvp"
- select BOARD_INTEL_BASEBOARD_GLKRVP
- select BASEBOARD_GLKRVP_LAPTOP
--
To view, visit https://review.coreboot.org/c/coreboot/+/78129?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I817faab0438a35d2e8859342e7c2b2dbaa0afeeb
Gerrit-Change-Number: 78129
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78132?usp=email )
Change subject: mb/intel/mtlrvp: Move selects from Kconfig.name to Kconfig
......................................................................
mb/intel/mtlrvp: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.
Change-Id: If6b666478e15a8e843b50b60be490593349240bd
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78132
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Martin L Roth <gaumless(a)gmail.com>
---
M src/mainboard/intel/mtlrvp/Kconfig
M src/mainboard/intel/mtlrvp/Kconfig.name
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Martin L Roth: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/intel/mtlrvp/Kconfig b/src/mainboard/intel/mtlrvp/Kconfig
index 8a59085..f225aa5 100644
--- a/src/mainboard/intel/mtlrvp/Kconfig
+++ b/src/mainboard/intel/mtlrvp/Kconfig
@@ -26,10 +26,12 @@
config BOARD_INTEL_MTLRVP_P_EXT_EC
select BOARD_EXT_EC_SPECIFIC_OPTIONS
+ select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON
config BOARD_INTEL_MTLRVP_P_MCHP
select BOARD_EXT_EC_SPECIFIC_OPTIONS
select EC_GOOGLE_CHROMEEC_MEC
+ select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON
config BOARD_EXT_EC_SPECIFIC_OPTIONS
def_bool n
diff --git a/src/mainboard/intel/mtlrvp/Kconfig.name b/src/mainboard/intel/mtlrvp/Kconfig.name
index afba1ef..9f61aff 100644
--- a/src/mainboard/intel/mtlrvp/Kconfig.name
+++ b/src/mainboard/intel/mtlrvp/Kconfig.name
@@ -3,8 +3,6 @@
config BOARD_INTEL_MTLRVP_P_EXT_EC
bool "Meteorlake-P RVP with Chrome EC"
- select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON
config BOARD_INTEL_MTLRVP_P_MCHP
bool "Meteorlake-P RVP with Microchip EC"
- select SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON
--
To view, visit https://review.coreboot.org/c/coreboot/+/78132?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If6b666478e15a8e843b50b60be490593349240bd
Gerrit-Change-Number: 78132
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged