:orphan: .. title:: DUMMY_DISPLAY_Y_RES .. option:: CONFIG_DUMMY_DISPLAY_Y_RES *Y resolution for dummy display* Type: ``int`` Direct dependencies =================== \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 240 if \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.dummy:24`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:74`` → ``drivers/display/Kconfig:30`` Menu path: (top menu) → Device Drivers → Display Drivers → Dummy display driver .. parsed-literal:: config DUMMY_DISPLAY_Y_RES int prompt "Y resolution for dummy display" if \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` default 240 if \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` depends on \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` *(Definitions include propagated dependencies, including from if's and menus.)*