-
CONFIG_GPIO_DW
¶
Designware GPIO
Type: bool
Help¶
Enable driver for Designware GPIO
Direct dependencies¶
(GPIO
&& BOARD_EM_STARTERKIT
) || (GPIO
&& BOARD_INTEL_S1000_CRB
) || (GPIO
&& SOC_SERIES_QUARK_X1000
) || GPIO
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&BOARD_EM_STARTERKIT
- “y” if
GPIO
&&BOARD_INTEL_S1000_CRB
- “y” if
GPIO
&&SOC_SERIES_QUARK_X1000
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifGPIO
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_DW bool default "y" ifGPIO
&&BOARD_EM_STARTERKIT
depends onGPIO
&&BOARD_EM_STARTERKIT
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:166
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_DW bool default "y" ifGPIO
&&BOARD_INTEL_S1000_CRB
depends onGPIO
&&BOARD_INTEL_S1000_CRB
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:95
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config GPIO_DW bool default "y" ifGPIO
&&SOC_SERIES_QUARK_X1000
depends onGPIO
&&SOC_SERIES_QUARK_X1000
At drivers/gpio/Kconfig.dw:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:25
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_DW bool prompt "Designware GPIO" ifGPIO
selectHAS_DTS_GPIO
ifGPIO
depends onGPIO
help Enable driver for Designware GPIO
(Definitions include propagated dependencies, including from if’s and menus.)