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