Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62786 )
Change subject: soc/apollolake: Add Kconfig option for GLKR ......................................................................
soc/apollolake: Add Kconfig option for GLKR
There are a few differences between Gemini Lake (B0) and Gemini Lake Refresh (R0) so add a Kconfig option to differentiate.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I61f51406f6dfe6a83351a2df078ad55544b9d673 --- M src/soc/intel/apollolake/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/62786/1
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 91d203e..bf749c2 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -4,6 +4,11 @@ help Intel Apollolake support
+config SOC_INTEL_GEMINILAKE_REFRESH + bool + default n + select SOC_INTEL_GEMINILAKE + config SOC_INTEL_GEMINILAKE bool default n