the following patch was just integrated into master: commit 8e4aafb531cb0455bf01effec5bbbc16c890cdf8 Author: Martin Roth martinroth@google.com Date: Thu Dec 15 15:25:15 2016 -0700
src/Kconfig: Move options with no prompt towards the end of the file
Options with no prompt can go anywhere in the tree with the same dependencies and they have the same effect. Moving them lower in the tree allows the default values to be overridden by other Kconfig files.
This patch just moves options with default values that aren't 'n'. The 'n' options are just removed in the next patch, since they aren't needed.
Verified that this makes no significant changes to any config file.
Change-Id: I46175756b937a241edba87dbf70ce1be851fa89d Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/17907 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/17907 for details.
-gerrit