Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48479 )
Change subject: mb/google/guybrush: Add new mainboard ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/48479/7/src/mainboard/google/guybru... File src/mainboard/google/guybrush/Kconfig:
https://review.coreboot.org/c/coreboot/+/48479/7/src/mainboard/google/guybru... PS7, Line 3: config BOARD_GOOGLE_BASEBOARD_GUYBRUSH : def_bool n : select SOC_AMD_CEZANNE You'll probably get rid of the build errors by adding "if BOARD_GOOGLE_BASEBOARD_GUYBRUSH" after this block plus an "endif" at the end of the file.
Then create a new config statement inside the if and move SOC_AMD_CEZANNE there
config BOARD_GOOGLE_BASEBOARD_GUYBRUSH def_bool n
if BOARD_GOOGLE_BASEBOARD_GUYBRUSH
config BOARD_SPECIFIC_OPTIONS def_bool y select SOC_AMD_CEZANNE