diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 55dc6fb6e909..d916ac04abab 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -11,6 +11,13 @@ config HAVE_FB_ATMEL | |||
11 | config HAVE_FB_IMX | 11 | config HAVE_FB_IMX |
12 | bool | 12 | bool |
13 | 13 | ||
14 | config SH_MIPI_DSI | ||
15 | tristate | ||
16 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | ||
17 | |||
18 | config SH_LCD_MIPI_DSI | ||
19 | bool | ||
20 | |||
14 | source "drivers/char/agp/Kconfig" | 21 | source "drivers/char/agp/Kconfig" |
15 | 22 | ||
16 | source "drivers/gpu/vga/Kconfig" | 23 | source "drivers/gpu/vga/Kconfig" |
@@ -414,7 +421,7 @@ config FB_SA1100 | |||
414 | Y here. | 421 | Y here. |
415 | 422 | ||
416 | config FB_IMX | 423 | config FB_IMX |
417 | tristate "Motorola i.MX LCD support" | 424 | tristate "Freescale i.MX LCD support" |
418 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) | 425 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) |
419 | select FB_CFB_FILLRECT | 426 | select FB_CFB_FILLRECT |
420 | select FB_CFB_COPYAREA | 427 | select FB_CFB_COPYAREA |
@@ -1273,7 +1280,7 @@ config FB_MATROX | |||
1273 | module will be called matroxfb. | 1280 | module will be called matroxfb. |
1274 | 1281 | ||
1275 | You can pass several parameters to the driver at boot time or at | 1282 | You can pass several parameters to the driver at boot time or at |
1276 | module load time. The parameters look like "video=matrox:XXX", and | 1283 | module load time. The parameters look like "video=matroxfb:XXX", and |
1277 | are described in <file:Documentation/fb/matroxfb.txt>. | 1284 | are described in <file:Documentation/fb/matroxfb.txt>. |
1278 | 1285 | ||
1279 | config FB_MATROX_MILLENIUM | 1286 | config FB_MATROX_MILLENIUM |
@@ -1990,13 +1997,6 @@ config FB_W100 | |||
1990 | 1997 | ||
1991 | If unsure, say N. | 1998 | If unsure, say N. |
1992 | 1999 | ||
1993 | config SH_MIPI_DSI | ||
1994 | tristate | ||
1995 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | ||
1996 | |||
1997 | config SH_LCD_MIPI_DSI | ||
1998 | bool | ||
1999 | |||
2000 | config FB_SH_MOBILE_LCDC | 2000 | config FB_SH_MOBILE_LCDC |
2001 | tristate "SuperH Mobile LCDC framebuffer support" | 2001 | tristate "SuperH Mobile LCDC framebuffer support" |
2002 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | 2002 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |