:orphan: .. title:: CONFIG_DUMMY_DISPLAY_Y_RES .. kconfig:: CONFIG_DUMMY_DISPLAY_Y_RES CONFIG_DUMMY_DISPLAY_Y_RES ########################## *Y resolution for dummy display* Type: ``int`` Direct dependencies =================== \ :kconfig:`DUMMY_DISPLAY ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 240 Kconfig definition ================== At ``/drivers/display/Kconfig.dummy:21`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:40`` → ``/drivers/Kconfig:72`` → ``/drivers/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers → Dummy display driver .. code-block:: kconfig config DUMMY_DISPLAY_Y_RES int "Y resolution for dummy display" default 240 depends on DUMMY_DISPLAY && DISPLAY *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*