diff options
-rw-r--r-- | drivers/video/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 0a96a60bbe49..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" |
@@ -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 |