Kconfig: Hide RAM_CODE_SUPPORT.
It builds only on veyron_* which already select it, no need to ask user. Change-Id: Ie508b9eade16e0f39073b23dc0da6b6d1e0a4c73 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10380 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
This commit is contained in:
parent
1e16142997
commit
8ef9c56602
|
@ -320,7 +320,7 @@ config BOARD_ID_STRING
|
||||||
board type.
|
board type.
|
||||||
|
|
||||||
config RAM_CODE_SUPPORT
|
config RAM_CODE_SUPPORT
|
||||||
bool "Discover RAM configuration code and store it in coreboot table"
|
bool
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
If enabled, coreboot discovers RAM configuration (value obtained by
|
If enabled, coreboot discovers RAM configuration (value obtained by
|
||||||
|
|
Loading…
Reference in New Issue