-
CONFIG_GPIO_DW
¶
Designware GPIO
Type: bool
Help¶
Enable driver for Designware GPIO
Direct dependencies¶
(GPIO
&& BOARD_EM_STARTERKIT
) || (GPIO
&& SOC_SERIES_QUARK_X1000
) || (GPIO
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&BOARD_EM_STARTERKIT
- “y” if
GPIO
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_DW bool default "y" ifGPIO
&&BOARD_EM_STARTERKIT
depends onGPIO
&&BOARD_EM_STARTERKIT
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:109
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
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:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:35
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_DW bool prompt "Designware GPIO" ifGPIO
&&GPIO
depends onGPIO
&&GPIO
help Enable driver for Designware GPIO
(Definitions include propagated dependencies, including from if’s and menus.)