Merge remote-tracking branch 'stable/linux-3.0.y' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / hdmi / Kconfig
old mode 100644 (file)
new mode 100755 (executable)
index f92621d..144b9a5
@@ -1,7 +1,22 @@
-config HDMI_RK30
-        bool "hdmi support"
-        depends on LCDC_RK30
-#        default y
-        help
-           Support rk30 hdmi if you say y here
-           
+menuconfig RK_HDMI
+       bool "Rockchip HDMI support"
+       select FB_MODE_HELPERS
+       
+if RK_HDMI
+source "drivers/video/rockchip/hdmi/chips/Kconfig"
+endif
+
+config RK_HDMI_DEBUG
+               bool "Rockchip HDMI Debugging"
+        depends on RK_HDMI
+        default n
+               help
+                 Enableds verbose debugging the the HDMI drivers
+
+config RK_HDMI_CTL_CODEC
+               bool "Mute Codec When HDMI Actived"
+               depends on RK_HDMI
+               default n
+               help
+                       If you say y heres, Codec will be mute when hdmi inserted,
+                       and unmute when removed.