diff options
Diffstat (limited to 'hw/display/Kconfig')
-rw-r--r-- | hw/display/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 72be57a..c236cd2 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -1,3 +1,8 @@ +config DDC + bool + depends on I2C + select EDID + config EDID bool |