video: build rockchip video driver modules independently
authorRandy Li <randy.li@rock-chips.com>
Mon, 31 Oct 2016 08:28:42 +0000 (16:28 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 7 Dec 2016 03:02:14 +0000 (11:02 +0800)
There is not need to force the video driver dependency in parent
tree.

Also there would be too many entries in a menu, I create a submenu
for them.

Change-Id: Id3bd54fa6274b1311ff6b20f95ffeb0d1851d9f9
Signed-off-by: Randy Li <randy.li@rock-chips.com>
drivers/video/Kconfig
drivers/video/Makefile

index 1239911ddd0ce926aac5c60c6751dda1f6b53546..bdb38b883762b3efc653ec94fea1fa791c3ee1f6 100644 (file)
@@ -34,7 +34,11 @@ source "drivers/video/fbdev/Kconfig"
 endmenu
 
 source "drivers/video/backlight/Kconfig"
+
+menu "Rockchip Misc Video driver"
 source "drivers/video/rockchip/Kconfig"
+endmenu
+
 source "drivers/video/adf/Kconfig"
 
 config VGASTATE
index c792897d823f4b34d6b1524eeed2abcfe8ba015f..52ae4ec8f04b1aa9e21a2abba1364e2b2ae2bca7 100644 (file)
@@ -5,7 +5,7 @@ obj-$(CONFIG_ADF)                 += adf/
 obj-$(CONFIG_VT)                 += console/
 obj-$(CONFIG_LOGO)               += logo/
 obj-y                            += backlight/
-obj-$(CONFIG_FB_ROCKCHIP)        += rockchip/
+obj-y                            += rockchip/
 
 obj-y                            += fbdev/