:orphan: .. title:: HAS_CYPRESS_DRIVERS .. option:: CONFIG_HAS_CYPRESS_DRIVERS *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_CMSIS_CORE ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_PSOC62 ` - \ :option:`SOC_SERIES_PSOC63 ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.cypress:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:15`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_CYPRESS_DRIVERS bool select \ :option:`HAS_CMSIS_CORE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*