-
CONFIG_GPIO_MCUX_PORTD
¶
Port D
Type: bool
Help¶
Enable Port D.
Direct dependencies¶
(GPIO_MCUX
&& BOARD_FRDM_K64F
) || (GPIO_MCUX
&& BOARD_FRDM_KL25Z
) || (GPIO_MCUX
&& BOARD_HEXIWEAR_K64
) || (GPIO_MCUX
&& BOARD_USB_KW24D512
) || (PINMUX_MCUX_PORTD
&& GPIO_MCUX
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO_MCUX
&&BOARD_FRDM_K64F
- “y” if
GPIO_MCUX
&&BOARD_FRDM_KL25Z
- “y” if
GPIO_MCUX
&&BOARD_HEXIWEAR_K64
- “y” if
GPIO_MCUX
&&BOARD_USB_KW24D512
Kconfig definitions¶
At boards/arm/frdm_k64f/Kconfig.defconfig:65
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_PORTD bool default "y" ifGPIO_MCUX
&&BOARD_FRDM_K64F
depends onGPIO_MCUX
&&BOARD_FRDM_K64F
At boards/arm/frdm_kl25z/Kconfig.defconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_PORTD bool default "y" ifGPIO_MCUX
&&BOARD_FRDM_KL25Z
depends onGPIO_MCUX
&&BOARD_FRDM_KL25Z
At boards/arm/hexiwear_k64/Kconfig.defconfig:65
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_PORTD bool default "y" ifGPIO_MCUX
&&BOARD_HEXIWEAR_K64
depends onGPIO_MCUX
&&BOARD_HEXIWEAR_K64
At boards/arm/usb_kw24d512/Kconfig.defconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_MCUX_PORTD bool default "y" ifGPIO_MCUX
&&BOARD_USB_KW24D512
depends onGPIO_MCUX
&&BOARD_USB_KW24D512
At drivers/gpio/Kconfig.mcux:36
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:43
Menu path: (top menu) → Device Drivers → GPIO Drivers → MCUX GPIO driver
config GPIO_MCUX_PORTD bool prompt "Port D" ifPINMUX_MCUX_PORTD
&&GPIO_MCUX
&&GPIO
depends onPINMUX_MCUX_PORTD
&&GPIO_MCUX
&&GPIO
help Enable Port D.
(Definitions include propagated dependencies, including from if’s and menus.)