:orphan: .. title:: GPIO_GECKO_PORTJ .. option:: CONFIG_GPIO_GECKO_PORTJ *Port J* Type: ``bool`` Help ==== Enable Port J. Direct dependencies =================== \ :option:`GPIO_GECKO ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.gecko:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:48`` Menu path: (Top) → Device Drivers → GPIO Drivers → Gecko GPIO driver .. parsed-literal:: config GPIO_GECKO_PORTJ bool "Port J" depends on \ :option:`GPIO_GECKO ` && \ :option:`GPIO ` help Enable Port J. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*