Christian Walter has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32911
Change subject: src/soc/intel/skylake: Add KabyLake DT KConfig ......................................................................
src/soc/intel/skylake: Add KabyLake DT KConfig
Change-Id: Ib603671fffdd80fbb1a19d99476f4f7298762043 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/soc/intel/skylake/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/32911/1
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index fcfe2b6..3e11ad6 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -10,6 +10,13 @@ help Intel Kabylake support
+config SOC_INTEL_KABYLAKE_DT + bool + default n + select SOC_INTEL_KABYLAKE + help + Intel Kabylake DT support + if SOC_INTEL_SKYLAKE
config CPU_SPECIFIC_OPTIONS
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32911 )
Change subject: src/soc/intel/skylake: Add KabyLake DT KConfig ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/32911/2/src/soc/intel/skylake/Kconfig File src/soc/intel/skylake/Kconfig:
https://review.coreboot.org/#/c/32911/2/src/soc/intel/skylake/Kconfig@13 PS2, Line 13: config SOC_INTEL_KABYLAKE_DT where's the difference to SOC_INTEL_KABYLAKE?
Christian Walter has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/32911 )
Change subject: src/soc/intel/skylake: Add KabyLake DT KConfig ......................................................................
Abandoned
Not Needed