fix display transmitter Kconfig warning
authoryxj <yxj@rock-chips.com>
Sat, 29 Dec 2012 09:39:24 +0000 (17:39 +0800)
committeryxj <yxj@rock-chips.com>
Sat, 29 Dec 2012 09:42:53 +0000 (17:42 +0800)
drivers/video/display/transmitter/Kconfig

index 7e320fa8bd8f14755bb1adb4c784f5fc07c1a02b..d42881c7b20f5818cfa37385a987a4d9e4b1db37 100644 (file)
@@ -5,7 +5,6 @@ choice
 config RK610_LVDS
        bool "RK610(Jetta) lvds transmitter support"
        depends on MFD_RK610 
-       default y if MFD_RK610
        help
                Support Jetta(RK610) to output LCD1 and LVDS.
                
@@ -16,5 +15,5 @@ config TC358768_RGB2MIPI
 
 config DP_RK_EDP
         bool "RGB to Display Port transmitter RK_EDP support"
-        default n
+
 endchoice