Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau: make fbdev support really optional

Currently enabling Nouveau DRM support automatically pulls in
fbdev dependency. However this dep is unnecessary since
DRM core already handles this for us (DRM_FBDEV_EMULATION).

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Sean Paul <seanpaul@chromium.org>

authored by

Tobias Jakobi and committed by
Sean Paul
fc497ed8 5de10e9d

-6
-6
drivers/gpu/drm/nouveau/Kconfig
··· 3 3 depends on DRM && PCI 4 4 select FW_LOADER 5 5 select DRM_KMS_HELPER 6 - select DRM_KMS_FB_HELPER 7 6 select DRM_TTM 8 - select FB_CFB_FILLRECT 9 - select FB_CFB_COPYAREA 10 - select FB_CFB_IMAGEBLIT 11 - select FB 12 - select FRAMEBUFFER_CONSOLE if !EXPERT 13 7 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT 14 8 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT 15 9 select X86_PLATFORM_DEVICES if ACPI && X86