diff options
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index e6d16d65e4e6..8ea45a5cd806 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -5,6 +5,7 @@ | |||
5 | menuconfig FB | 5 | menuconfig FB |
6 | tristate "Support for frame buffer devices" | 6 | tristate "Support for frame buffer devices" |
7 | select FB_CMDLINE | 7 | select FB_CMDLINE |
8 | select FB_NOTIFY | ||
8 | ---help--- | 9 | ---help--- |
9 | The frame buffer device provides an abstraction for the graphics | 10 | The frame buffer device provides an abstraction for the graphics |
10 | hardware. It represents the frame buffer of some video hardware and | 11 | hardware. It represents the frame buffer of some video hardware and |
@@ -56,6 +57,9 @@ config FIRMWARE_EDID | |||
56 | config FB_CMDLINE | 57 | config FB_CMDLINE |
57 | bool | 58 | bool |
58 | 59 | ||
60 | config FB_NOTIFY | ||
61 | bool | ||
62 | |||
59 | config FB_DDC | 63 | config FB_DDC |
60 | tristate | 64 | tristate |
61 | depends on FB | 65 | depends on FB |
@@ -1506,6 +1510,7 @@ config FB_SIS | |||
1506 | select FB_CFB_COPYAREA | 1510 | select FB_CFB_COPYAREA |
1507 | select FB_CFB_IMAGEBLIT | 1511 | select FB_CFB_IMAGEBLIT |
1508 | select FB_BOOT_VESA_SUPPORT if FB_SIS = y | 1512 | select FB_BOOT_VESA_SUPPORT if FB_SIS = y |
1513 | select FB_SIS_300 if !FB_SIS_315 | ||
1509 | help | 1514 | help |
1510 | This is the frame buffer device driver for the SiS 300, 315, 330 | 1515 | This is the frame buffer device driver for the SiS 300, 315, 330 |
1511 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. | 1516 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. |
@@ -1880,6 +1885,8 @@ config FB_PXA | |||
1880 | select FB_CFB_FILLRECT | 1885 | select FB_CFB_FILLRECT |
1881 | select FB_CFB_COPYAREA | 1886 | select FB_CFB_COPYAREA |
1882 | select FB_CFB_IMAGEBLIT | 1887 | select FB_CFB_IMAGEBLIT |
1888 | select VIDEOMODE_HELPERS if OF | ||
1889 | select FB_MODE_HELPERS if OF | ||
1883 | ---help--- | 1890 | ---help--- |
1884 | Frame buffer driver for the built-in LCD controller in the Intel | 1891 | Frame buffer driver for the built-in LCD controller in the Intel |
1885 | PXA2x0 processor. | 1892 | PXA2x0 processor. |
@@ -1990,16 +1997,6 @@ config FB_SH_MOBILE_LCDC | |||
1990 | ---help--- | 1997 | ---help--- |
1991 | Frame buffer driver for the on-chip SH-Mobile LCD controller. | 1998 | Frame buffer driver for the on-chip SH-Mobile LCD controller. |
1992 | 1999 | ||
1993 | config FB_SH_MOBILE_HDMI | ||
1994 | tristate "SuperH Mobile HDMI controller support" | ||
1995 | depends on FB_SH_MOBILE_LCDC | ||
1996 | select FB_MODE_HELPERS | ||
1997 | select SOUND | ||
1998 | select SND | ||
1999 | select SND_SOC | ||
2000 | ---help--- | ||
2001 | Driver for the on-chip SH-Mobile HDMI controller. | ||
2002 | |||
2003 | config FB_TMIO | 2000 | config FB_TMIO |
2004 | tristate "Toshiba Mobile IO FrameBuffer support" | 2001 | tristate "Toshiba Mobile IO FrameBuffer support" |
2005 | depends on FB && (MFD_TMIO || COMPILE_TEST) | 2002 | depends on FB && (MFD_TMIO || COMPILE_TEST) |