aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-x86/intel-x86-i915-overrides.cfg
AgeCommit message (Collapse)Author
2021-01-26bsp/intel-x86: don't override CONFIG_DRM_I915Yongxin Liu
Intel-x86 BSP doesn't support kernel built-in firmware nor userspace firmware loading. Currently it only supports firmware loading through filesystem. Setting CONFIG_DRM_I915 to "y" will casue direct loading failure to all i915 firmware, since filesystem is not ready at that time. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-10drm: fix CONFIG_DRM_KMS_HELPER mismatch warningZqiang
[NOTE]: 'CONFIG_DRM_KMS_HELPER' last val (m) and .config val (y) do not match [INFO]: CONFIG_DRM_KMS_HELPER : y ## .config: 4100 : configs/standard/intel-x86/features/i915/i915.cfg (m) [INFO]: raw config text: config DRM_KMS_HELPER tristate depends on DRM && HAS_IOMEM help CRTC helpers for KMS drivers. Config 'DRM_KMS_HELPER' has the following Direct dependencies (DRM_KMS_HELPER=y): DRM(=y) && HAS_IOMEM(=y) Parent dependencies are: HAS_IOMEM [y] DRM [y] [INFO]: config 'CONFIG_DRM_KMS_HELPER' was set, but it wasn't assignable, check (parent) dependencies [INFO]: selection details for 'CONFIG_DRM_KMS_HELPER': Symbols currently y-selecting this symbol: - DRM_FBDEV_EMULATION - DRM_VIRTIO_GPU this warning happend in intel-x86 BSP, override the CONFIG_DRM_KMS_HELPER in intel-x86 BSP. Signed-off-by: Zqiang <qiang.zhang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>