The only option in the "braswell" feature was CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y. Preliminary hardware is a moving target, not Braswell specific, so we move it to the i915 feature which is a more appropriate place. This also gets us Skylake graphics support in the common-pc BSPs.
Fixes [YOCTO 9319] Signed-off-by: California Sullivan <[email protected]> --- bsp/intel-common/intel-core2-32.scc | 1 - bsp/intel-common/intel-corei7-64.scc | 1 - features/i915/i915.cfg | 1 + features/soc/braswell/braswell.cfg | 1 - features/soc/braswell/braswell.scc | 6 ------ 5 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 features/soc/braswell/braswell.cfg delete mode 100644 features/soc/braswell/braswell.scc diff --git a/bsp/intel-common/intel-core2-32.scc b/bsp/intel-common/intel-core2-32.scc index 228c315..805158d 100644 --- a/bsp/intel-common/intel-core2-32.scc +++ b/bsp/intel-common/intel-core2-32.scc @@ -9,7 +9,6 @@ include cfg/x86.scc # Supported platforms and SoCs include features/soc/baytrail/baytrail.scc -include features/soc/braswell/braswell.scc include features/soc/tunnelcreek/tunnelcreek.scc # Fixme: These should be moved into something similar to the above diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc index 5554dbe..791028d 100644 --- a/bsp/intel-common/intel-corei7-64.scc +++ b/bsp/intel-common/intel-corei7-64.scc @@ -9,7 +9,6 @@ include cfg/x86_64.scc # Supported platforms and SoCs include features/soc/baytrail/baytrail.scc -include features/soc/braswell/braswell.scc # Fixme: These should be moved into something similar to the above include bsp/haswell-wc/haswell-wc.scc diff --git a/features/i915/i915.cfg b/features/i915/i915.cfg index 534dc51..aa765f3 100644 --- a/features/i915/i915.cfg +++ b/features/i915/i915.cfg @@ -10,3 +10,4 @@ CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_I915=y CONFIG_DRM_I915_KMS=y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y diff --git a/features/soc/braswell/braswell.cfg b/features/soc/braswell/braswell.cfg deleted file mode 100644 index c2791b1..0000000 --- a/features/soc/braswell/braswell.cfg +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y diff --git a/features/soc/braswell/braswell.scc b/features/soc/braswell/braswell.scc deleted file mode 100644 index 999eac8..0000000 --- a/features/soc/braswell/braswell.scc +++ /dev/null @@ -1,6 +0,0 @@ -# braswell.scc -# -# Features and devices found on the Braswell SoCs -# - -kconf hardware braswell.cfg -- 2.5.0 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
