:orphan: .. title:: SPI_1 .. option:: CONFIG_SPI_1 *SPI port 1* Type: ``bool`` Help ==== Enable SPI controller port 1. Direct dependencies =================== (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK `) || (\ :option:`SPI ` && \ :option:`BOARD_96B_NITROGEN `) || (\ :option:`SPI ` && \ :option:`BOARD_FRDM_K82F `) || (\ :option:`SPI ` && \ :option:`BOARD_HEXIWEAR_K64 `) || (\ :option:`SPI_MCUX_LPSPI ` && \ :option:`BOARD_TWR_KE18F `) || (\ :option:`SPI ` && \ :option:`BOARD_USB_KW24D512 `) || \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - n - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/arc/hsdk/Kconfig.defconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK ` ---- At ``boards/arm/96b_nitrogen/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_96B_NITROGEN ` ---- At ``boards/arm/frdm_k82f/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_FRDM_K82F ` ---- At ``boards/arm/hexiwear_k64/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default n depends on \ :option:`SPI ` && \ :option:`BOARD_HEXIWEAR_K64 ` ---- At ``boards/arm/twr_ke18f/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI_MCUX_LPSPI ` && \ :option:`BOARD_TWR_KE18F ` ---- At ``boards/arm/usb_kw24d512/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_1 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_USB_KW24D512 ` ---- At ``drivers/spi/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_1 bool "SPI port 1" depends on \ :option:`SPI ` help Enable SPI controller port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*