the following patch was just integrated into master: commit 4093148b260116ca8629ff9f7e335b4384247bd7 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Thu Aug 20 16:25:02 2015 -0400
Kconfig: Don't 'select' options based on PAYLOAD_SEABIOS
This is just wrong. PAYLOAD_SEABIOS tells us nothing about whether or not the payload will actually be SeaBIOS: 1. PAYLOAD_SEABIOS, but payload changed with cbfstool 2. !PAYLOAD_SEABIOS, but an elf payload was added which is SeaBIOS et. cetera.
Change-Id: I4c17e8dde20bf21537f542fda2dad7d3a1894862 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com Reviewed-on: http://review.coreboot.org/11293 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens lynxis@fe80.eu Reviewed-by: Damien Zammit damien@zamaudio.com
See http://review.coreboot.org/11293 for details.
-gerrit