Browse Source

video: move SH_MIPI_DSI/SH_LCD_MIPI_DSI to the top of menu

Kconfig entries SH_MIPI_DSI and SH_LCD_MIPI_DSI while being invisible to
the user, broke the FrameBuffer menu (at least in menuconfig), as they
aren't depending on respective menuconfig item (FB). In result several
items got moved to the main "Graphics support" menu. Move these two
problematic items to the top of drivers/video/Kbuild to restore nice
display of FB menu.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Dmitry Eremin-Solenikov 14 years ago
parent
commit
f00117a783
1 changed files with 7 additions and 7 deletions
  1. 7 7
      drivers/video/Kconfig

+ 7 - 7
drivers/video/Kconfig

@@ -11,6 +11,13 @@ config HAVE_FB_ATMEL
 config HAVE_FB_IMX
 config HAVE_FB_IMX
 	bool
 	bool
 
 
+config SH_MIPI_DSI
+	tristate
+	depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
+
+config SH_LCD_MIPI_DSI
+	bool
+
 source "drivers/char/agp/Kconfig"
 source "drivers/char/agp/Kconfig"
 
 
 source "drivers/gpu/vga/Kconfig"
 source "drivers/gpu/vga/Kconfig"
@@ -1990,13 +1997,6 @@ config FB_W100
 
 
 	  If unsure, say N.
 	  If unsure, say N.
 
 
-config SH_MIPI_DSI
-	tristate
-	depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
-
-config SH_LCD_MIPI_DSI
-	bool
-
 config FB_SH_MOBILE_LCDC
 config FB_SH_MOBILE_LCDC
 	tristate "SuperH Mobile LCDC framebuffer support"
 	tristate "SuperH Mobile LCDC framebuffer support"
 	depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
 	depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK