the following patch was just integrated into master: commit 75e5cb7a74b037ba725480191c683cd8e5fab662 Author: Martin Roth martinroth@google.com Date: Thu Dec 15 15:05:37 2016 -0700
src/Kconfig: Move early defaults to the end of the file
For Kconfig options that we might want to override the default, move the fallback default to the bottom of the file. This allows the default to be set anywhere else, without requiring a select.
This is especially important for non-boolean symbols, which can't have their defaults overridden in the Kconfig. Those can only be updated in a saved config file.
Verified that this makes no significant changes to any config file.
Change-Id: I66034f356428f4ccd191d7420baf888edd5216dc Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/17906 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/17906 for details.
-gerrit