:orphan: .. title:: DUMMY_DISPLAY_DEV_NAME .. option:: CONFIG_DUMMY_DISPLAY_DEV_NAME *Dummy display device name* Type: ``string`` Direct dependencies =================== \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - "DUMMY_DISPLAY" Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.dummy:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:26`` Menu path: (Top) → Device Drivers → Display Drivers → Dummy display driver .. parsed-literal:: config DUMMY_DISPLAY_DEV_NAME string "Dummy display device name" default "DUMMY_DISPLAY" depends on \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*