|
@@ -3,7 +3,7 @@ hw_display_modules = {}
|
|
|
system_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
|
|
|
system_ss.add(when: 'CONFIG_EDID', if_true: files('edid-generate.c', 'edid-region.c'))
|
|
|
|
|
|
-system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
|
|
|
+system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'), if_false: files('ramfb-stubs.c'))
|
|
|
system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb-standalone.c'))
|
|
|
|
|
|
system_ss.add(when: 'CONFIG_VGA_CIRRUS', if_true: files('cirrus_vga.c'))
|