:orphan: .. title:: LS0XX .. option:: CONFIG_LS0XX *LS0XX memory display controller driver* Type: ``bool`` Help ==== Enable driver for sharp memory display series LS0XXX7DXXX Direct dependencies =================== (\ :option:`DISPLAY ` && \ :option:`SHIELD_LS013B7DH03 `) || (\ :option:`DISPLAY ` && \ :option:`SHIELD_LS013B7DH03 `) || (\ :option:`SPI ` && \ :option:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/ls0xx_generic/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config LS0XX bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_LS013B7DH03 ` ---- At ``boards/shields/ls0xx_generic/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config LS0XX bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_LS013B7DH03 ` ---- At ``drivers/display/Kconfig.ls0xx:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: config LS0XX bool "LS0XX memory display controller driver" depends on \ :option:`SPI ` && \ :option:`DISPLAY ` help Enable driver for sharp memory display series LS0XXX7DXXX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*