Kconfig: Guard CONFIGURABLE_RAMSTAGE
commit37bead6d26fc45f66e8032c50b3af619b246f1dc
authorSubrata Banik <subrata.banik@intel.com>
Sun, 9 Feb 2020 13:43:52 +0000 (9 19:13 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Tue, 11 Feb 2020 02:34:32 +0000 (11 02:34 +0000)
tree474223e1d691f81d20e2bbb14de2cce44e081061
parent8a3bc3be922766b6b9a34499dc2124f038b3f467
Kconfig: Guard CONFIGURABLE_RAMSTAGE

This patch guards CONFIGURABLE_RAMSTAGE symbol (which is default
enable for all x86 systems) with another Kconfig that can be selected
by platform that actually planning to use it.

TEST=CONFIG_CONFIGURABLE_RAMSTAGE is not enabled by default.

Change-Id: I2113445d507294df59fbc7fb1373793b47c6c31c
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38795
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
src/Kconfig