Martin Roth has posted comments on this change. ( https://review.coreboot.org/21611 )
Change subject: mainboard: use SeaBIOS config only when it's the payload of choice ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/21611/1/src/mainboard/adi/rcc-dff/Kconfig File src/mainboard/adi/rcc-dff/Kconfig:
https://review.coreboot.org/#/c/21611/1/src/mainboard/adi/rcc-dff/Kconfig@72 PS1, Line 72: if PAYLOAD_SEABIOS While this works, could we use 'depends on PAYLOAD_SEABIOS' instead? We generally don't use if/endif for a single config option.