chromeos: remove CACHE_ROM automatic selection
It's not appropriate for the chromeos Kconfig to automatically select CACHE_ROM. The reason is that enabling CACHE_ROM is dependent on the board and chipset atrributes. Change-Id: I47429f1cceefd40226c4b943215d627a3c869c7b Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/2921 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
a09760eb45
commit
e63d5d83e4
|
@ -20,7 +20,6 @@ config CHROMEOS
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select TPM
|
select TPM
|
||||||
select CACHE_ROM
|
|
||||||
help
|
help
|
||||||
Enable ChromeOS specific features like the GPIO sub table in
|
Enable ChromeOS specific features like the GPIO sub table in
|
||||||
the coreboot table. NOTE: Enabling this option on an unsupported
|
the coreboot table. NOTE: Enabling this option on an unsupported
|
||||||
|
|
Loading…
Reference in New Issue