:orphan: .. title:: CONFIG_GPIO_ANDES_ATCGPIO100 .. kconfig:: CONFIG_GPIO_ANDES_ATCGPIO100 CONFIG_GPIO_ANDES_ATCGPIO100 ############################ *Andes ATCGPIO100 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the Andes ATCGPIO100 GPIO controller. Says n if not sure. Direct dependencies =================== \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_DTS_GPIO ` Kconfig definition ================== At ``/gpio/Kconfig.andes_atcgpio100:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:104`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_ANDES_ATCGPIO100 bool "Andes ATCGPIO100 GPIO driver" select HAS_DTS_GPIO depends on SOC_SERIES_RISCV_ANDES_V5 && GPIO help Enable driver for the Andes ATCGPIO100 GPIO controller. Says n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*