config FIRMWARE_EDID
        bool "Enable firmware EDID"
        depends on FB
-       default n
        ---help---
          This enables access to the EDID transferred from the firmware.
         On the i386, this is from the Video BIOS. Enable this if DDC/I2C
        depends on FB
        select I2C_ALGOBIT
        select I2C
-       default n
 
 config FB_BOOT_VESA_SUPPORT
        bool
        depends on FB
-       default n
        ---help---
          If true, at least one selected framebuffer driver can take advantage
          of VESA video modes set at an early boot stage via the vga= parameter.
 config FB_CFB_FILLRECT
        tristate
        depends on FB
-       default n
        ---help---
          Include the cfb_fillrect function for generic software rectangle
          filling. This is used by drivers that don't provide their own
 config FB_CFB_COPYAREA
        tristate
        depends on FB
-       default n
        ---help---
          Include the cfb_copyarea function for generic software area copying.
          This is used by drivers that don't provide their own (accelerated)
 config FB_CFB_IMAGEBLIT
        tristate
        depends on FB
-       default n
        ---help---
          Include the cfb_imageblit function for generic software image
          blitting. This is used by drivers that don't provide their own
 config FB_CFB_REV_PIXELS_IN_BYTE
        bool
        depends on FB
-       default n
        ---help---
          Allow generic frame-buffer functions to work on displays with 1, 2
          and 4 bits per pixel depths which has opposite order of pixels in
 config FB_SYS_FILLRECT
        tristate
        depends on FB
-       default n
        ---help---
          Include the sys_fillrect function for generic software rectangle
          filling. This is used by drivers that don't provide their own
 config FB_SYS_COPYAREA
        tristate
        depends on FB
-       default n
        ---help---
          Include the sys_copyarea function for generic software area copying.
          This is used by drivers that don't provide their own (accelerated)
 config FB_SYS_IMAGEBLIT
        tristate
        depends on FB
-       default n
        ---help---
          Include the sys_imageblit function for generic software image
          blitting. This is used by drivers that don't provide their own
 config FB_PROVIDE_GET_FB_UNMAPPED_AREA
        bool
        depends on FB
-       default n
        ---help---
          Allow generic frame-buffer to provide get_fb_unmapped_area
          function.
 config FB_SYS_FOPS
        tristate
        depends on FB
-       default n
 
 config FB_DEFERRED_IO
        bool
 config FB_SVGALIB
        tristate
        depends on FB
-       default n
        ---help---
          Common utility functions useful to fbdev drivers of VGA-based
          cards.
 config FB_MACMODES
        tristate
        depends on FB
-       default n
 
 config FB_BACKLIGHT
        bool
        depends on FB
        select BACKLIGHT_LCD_SUPPORT
        select BACKLIGHT_CLASS_DEVICE
-       default n
 
 config FB_MODE_HELPERS
         bool "Enable Video Mode Handling Helpers"
         depends on FB
-       default n
        ---help---
          This enables functions for handling video modes using the
          Generalized Timing Formula and the EDID parser. A few drivers rely
 config FB_TILEBLITTING
        bool "Enable Tile Blitting Support"
        depends on FB
-       default n
        ---help---
          This enables tile blitting.  Tile blitting is a drawing technique
         where the screen is divided into rectangular sections (tiles), whereas
 config FB_NVIDIA_DEBUG
        bool "Lots of debug output"
        depends on FB_NVIDIA
-       default n
        help
          Say Y here if you want the nVidia driver to output all sorts
          of debugging information to provide to the maintainer when
 config FB_RIVA_DEBUG
        bool "Lots of debug output"
        depends on FB_RIVA
-       default n
        help
          Say Y here if you want the Riva driver to output all sorts
          of debugging information to provide to the maintainer when
 config FB_RADEON_DEBUG
        bool "Lots of debug output from Radeon driver"
        depends on FB_RADEON
-       default n
        help
          Say Y here if you want the Radeon driver to output all sorts
          of debugging information to provide to the maintainer when
 config FB_SAVAGE_ACCEL
        bool "Enable Console Acceleration"
        depends on FB_SAVAGE
-       default n
        help
           This option will compile in console acceleration support. If
           the resulting framebuffer console has bothersome glitches, then
 
 config FB_VIA_DIRECT_PROCFS
        bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
-       default n
        help
          Allow direct hardware access to some output registers via procfs.
          This is dangerous but may provide the only chance to get the
 
 config FB_VIA_X_COMPATIBILITY
        bool "X server compatibility"
-       default n
        help
          This option reduces the functionality (power saving, ...) of the
          framebuffer to avoid negative impact on the OpenChrome X server.
 config FB_WMT_GE_ROPS
        bool "VT8500/WM8xxx accelerated raster ops support"
        depends on (FB = y) && (FB_VT8500 || FB_WM8505)
-       default n
        help
          This adds support for accelerated raster operations on the
          VIA VT8500 and Wondermedia 85xx series SoCs.
 
 config FB_PXA_OVERLAY
        bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
-       default n
        depends on FB_PXA && (PXA27x || PXA3xx)
 
 config FB_PXA_SMARTPANEL
        bool "PXA Smartpanel LCD support"
-       default n
        depends on FB_PXA
 
 config FB_PXA_PARAMETERS
        bool "PXA LCD command line parameters"
-       default n
        depends on FB_PXA
        ---help---
          Enable the use of kernel command line or module parameters
 config FB_MBX_DEBUG
        bool "Enable debugging info via debugfs"
        depends on FB_MBX && DEBUG_FS
-       default n
        ---help---
          Enable this if you want debugging information using the debug
          filesystem (debugfs)
 
 
 config FB_OMAP2_DSS_DEBUG
        bool "Debug support"
-       default n
        help
          This enables printing of debug messages. Alternatively, debug messages
          can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
 config FB_OMAP2_DSS_DEBUGFS
        bool "Debugfs filesystem support"
        depends on DEBUG_FS
-       default n
        help
          This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
          querying about clock configuration and register configuration of dss,
 config FB_OMAP2_DSS_COLLECT_IRQ_STATS
        bool "Collect DSS IRQ statistics"
        depends on FB_OMAP2_DSS_DEBUGFS
-       default n
        help
          Collect DSS IRQ statistics, printable via debugfs.
 
 config FB_OMAP2_DSS_RFBI
        bool "RFBI support"
        depends on BROKEN
-        default n
        help
          MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas
          Instrument's terminology).
 
 config FB_OMAP5_DSS_HDMI
        bool "HDMI support for OMAP5"
-       default n
        select FB_OMAP2_DSS_HDMI_COMMON
        help
          HDMI Interface for OMAP5 and similar cores. This adds the High
 
 config FB_OMAP2_DSS_SDI
        bool "SDI support"
-        default n
        help
          SDI (Serial Display Interface) support.
 
 
 config FB_OMAP2_DSS_DSI
        bool "DSI support"
-        default n
        help
          MIPI DSI (Display Serial Interface) support.