-
CONFIG_GPIO_MCUX_PORTD
¶
Port D
Type: bool
Help¶
Enable Port D.
Direct dependencies¶
(GPIO_MCUX
&& BOARD_FRDM_K22F
) || (GPIO_MCUX
&& BOARD_FRDM_K64F
) || (GPIO_MCUX
&& BOARD_FRDM_K82F
) || (GPIO_MCUX
&& BOARD_FRDM_KL25Z
) || (GPIO_MCUX
&& BOARD_HEXIWEAR_K64
) || (GPIO_MCUX
&& BOARD_TWR_KE18F
) || (GPIO_MCUX
&& BOARD_TWR_KV58F220M
) || (GPIO_MCUX
&& BOARD_USB_KW24D512
) || (PINMUX_MCUX_PORTD
&& GPIO_MCUX
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
y
y
Kconfig definitions¶
At boards/arm/frdm_k22f/Kconfig.defconfig:60
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K22F
At boards/arm/frdm_k64f/Kconfig.defconfig:63
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K64F
At boards/arm/frdm_k82f/Kconfig.defconfig:51
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_FRDM_K82F
At boards/arm/frdm_kl25z/Kconfig.defconfig:56
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_FRDM_KL25Z
At boards/arm/hexiwear_k64/Kconfig.defconfig:63
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_HEXIWEAR_K64
At boards/arm/twr_ke18f/Kconfig.defconfig:75
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_TWR_KE18F
At boards/arm/twr_kv58f220m/Kconfig.defconfig:34
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_TWR_KV58F220M
At boards/arm/usb_kw24d512/Kconfig.defconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_MCUX_PORTD bool default y depends onGPIO_MCUX
&&BOARD_USB_KW24D512
At drivers/gpio/Kconfig.mcux:34
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:26
Menu path: (Top) → Device Drivers → GPIO Drivers → MCUX GPIO driver
config GPIO_MCUX_PORTD bool "Port D" depends onPINMUX_MCUX_PORTD
&&GPIO_MCUX
&&GPIO
help Enable Port D.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)