:orphan: .. title:: GPIO_MMIO32 .. option:: CONFIG_GPIO_MMIO32 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This is a driver for accessing a simple, fixed purpose, 32-bit memory-mapped i/o register using the same APIs as GPIO drivers. This is useful when an SoC or board has registers that aren't part of a GPIO IP block and these registers are used to control things that Zephyr normally expects to be specified using a GPIO pin, e.g. for driving an LED, or chip-select line for an SPI device. Direct dependencies =================== \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_MPS2 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.mmio32:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:36`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_MMIO32 bool depends on \ :option:`GPIO ` help This is a driver for accessing a simple, fixed purpose, 32-bit memory-mapped i/o register using the same APIs as GPIO drivers. This is useful when an SoC or board has registers that aren't part of a GPIO IP block and these registers are used to control things that Zephyr normally expects to be specified using a GPIO pin, e.g. for driving an LED, or chip-select line for an SPI device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*