Merge tag 'lsk-android-14.03' into develop-3.10
[firefly-linux-kernel-4.4.55.git] / drivers / misc / scaler / Kconfig
1 #
2 # all auto modem control drivers configuration\r
3 #
4
5 menuconfig SCALER_DEVICE
6         bool "Scaler Device Support"
7         default n       
8
9 if SCALER_DEVICE
10
11 config SCALER_DEVICE_DDC
12         bool "Scaler Device Support DDC Read EDID"
13         default n       
14
15 source "drivers/misc/scaler/chips/Kconfig"
16 endif