Hrm, is this right with respect to the KMS driver? If we specify a console resolution requiring KMS, does this work with DRM_I915 as a module?
-- Darren On 01/07/2013 05:30 AM, Liang Li wrote: > i915 drm driver doesn't have to be 'y' consider below facts: > > o the drm driver is boot irrelevant > o reduce kernel footprint > o be fair to other drm drivers like drm-emgd and drm-cdv > > Signed-off-by: Liang Li <[email protected]> > --- > features/i915/i915.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/features/i915/i915.cfg b/features/i915/i915.cfg > index 534dc51..2d1fa19 100644 > --- a/features/i915/i915.cfg > +++ b/features/i915/i915.cfg > @@ -8,5 +8,5 @@ CONFIG_AGP=y > CONFIG_AGP_INTEL=y > CONFIG_DRM=y > CONFIG_DRM_KMS_HELPER=y > -CONFIG_DRM_I915=y > +CONFIG_DRM_I915=m > CONFIG_DRM_I915_KMS=y > -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
