config SYSFB
        bool
-       default y
-       depends on X86 || EFI
 
 config SYSFB_SIMPLEFB
        bool "Mark VGA/VBE/EFI FB as generic system framebuffer"
-       depends on SYSFB
+       depends on X86 || EFI
+       select SYSFB
        help
          Firmwares often provide initial graphics framebuffers so the BIOS,
          bootloader or kernel can show basic video-output during boot for
 
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
        select FB_BOOT_VESA_SUPPORT
+       select SYSFB
        help
          This is the frame buffer device driver for generic VESA 2.0
          compliant graphic cards. The older VESA 1.2 cards are not supported.
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
+       select SYSFB
        help
          This is the EFI frame buffer device driver. If the firmware on
          your platform is EFI 1.10 or UEFI 2.0, select Y to add support for