:orphan: .. title:: BOARD_TWR_KE18F_SPI_0_PCS2 .. option:: CONFIG_BOARD_TWR_KE18F_SPI_0_PCS2 *Use PTE6 as dedicated SPI_0 PCS2 chip select* Type: ``bool`` Direct dependencies =================== \ :option:`SPI_0 ` && \ :option:`BOARD_TWR_KE18F ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/twr_ke18f/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_TWR_KE18F_SPI_0_PCS2 bool "Use PTE6 as dedicated SPI_0 PCS2 chip select" default y depends on \ :option:`SPI_0 ` && \ :option:`BOARD_TWR_KE18F ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*