:orphan: .. title:: SPI_2 .. option:: CONFIG_SPI_2 *SPI port 2* Type: ``bool`` Help ==== Enable SPI controller port 2. Direct dependencies =================== (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK `) || (\ :option:`SPI ` && \ :option:`BOARD_96B_ARGONKEY `) || (\ :option:`SPI ` && \ :option:`BOARD_96B_CARBON `) || (\ :option:`SPI ` && \ :option:`BOARD_96B_STM32_SENSOR_MEZ `) || (\ :option:`SPI ` && \ :option:`BOARD_B_L072Z_LRWAN1 `) || (\ :option:`SPI ` && \ :option:`BOARD_HEXIWEAR_K64 `) || (\ :option:`SPI ` && \ :option:`BOARD_NRF52840_PCA10056 `) || (\ :option:`SPI ` && \ :option:`BOARD_NRF52_PCA10040 `) || (\ :option:`SPI ` && (\ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPPNS `)) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F030R8 `) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F070RB `) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F091RC `) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F103RB `) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F302R8 `) || (\ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F401RE `) || (\ :option:`SPI ` && \ :option:`BOARD_OLIMEXINO_STM32 `) || (\ :option:`SPI ` && \ :option:`BOARD_PARTICLE_ARGON `) || (\ :option:`SPI ` && \ :option:`BOARD_PARTICLE_BORON `) || (\ :option:`SPI ` && \ :option:`BOARD_PARTICLE_XENON `) || (\ :option:`SPI ` && (\ :option:`BOARD_STM32_MIN_DEV_BLUE ` || \ :option:`BOARD_STM32_MIN_DEV_BLACK `)) || (\ :option:`SPI ` && \ :option:`BOARD_STM32F3_DISCO `) || (\ :option:`SPI ` && \ :option:`BOARD_STM32F469I_DISCO `) || (\ :option:`SPI ` && \ :option:`BOARD_STM32F746G_DISCO `) || (\ :option:`SPI ` && \ :option:`BOARD_STM32F769I_DISCO `) || (\ :option:`SPI ` && \ :option:`BOARD_STM32L1_DISCO `) || (\ :option:`SPI ` && \ :option:`BOARD_STM32VL_DISCO `) || \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - n - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/hsdk/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK ` ---- At ``boards/arm/96b_argonkey/Kconfig.defconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_96B_ARGONKEY ` ---- At ``boards/arm/96b_carbon/Kconfig.defconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_96B_CARBON ` ---- At ``boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_96B_STM32_SENSOR_MEZ ` ---- At ``boards/arm/b_l072z_lrwan1/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_B_L072Z_LRWAN1 ` ---- At ``boards/arm/hexiwear_k64/Kconfig.defconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default n depends on \ :option:`SPI ` && \ :option:`BOARD_HEXIWEAR_K64 ` ---- At ``boards/arm/nrf52840_pca10056/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NRF52840_PCA10056 ` ---- At ``boards/arm/nrf52_pca10040/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NRF52_PCA10040 ` ---- At ``boards/arm/nrf5340_dk_nrf5340/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && (\ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPPNS `) ---- At ``boards/arm/nucleo_f030r8/Kconfig.defconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F030R8 ` ---- At ``boards/arm/nucleo_f070rb/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F070RB ` ---- At ``boards/arm/nucleo_f091rc/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F091RC ` ---- At ``boards/arm/nucleo_f103rb/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F103RB ` ---- At ``boards/arm/nucleo_f302r8/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F302R8 ` ---- At ``boards/arm/nucleo_f401re/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_NUCLEO_F401RE ` ---- At ``boards/arm/olimexino_stm32/Kconfig.defconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_OLIMEXINO_STM32 ` ---- At ``boards/arm/particle_argon/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_PARTICLE_ARGON ` ---- At ``boards/arm/particle_boron/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_PARTICLE_BORON ` ---- At ``boards/arm/particle_xenon/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_PARTICLE_XENON ` ---- At ``boards/arm/stm32_min_dev/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && (\ :option:`BOARD_STM32_MIN_DEV_BLUE ` || \ :option:`BOARD_STM32_MIN_DEV_BLACK `) ---- At ``boards/arm/stm32f3_disco/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32F3_DISCO ` ---- At ``boards/arm/stm32f469i_disco/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32F469I_DISCO ` ---- At ``boards/arm/stm32f746g_disco/Kconfig.defconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32F746G_DISCO ` ---- At ``boards/arm/stm32f769i_disco/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32F769I_DISCO ` ---- At ``boards/arm/stm32l1_disco/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32L1_DISCO ` ---- At ``boards/arm/stm32vl_disco/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SPI_2 bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_STM32VL_DISCO ` ---- At ``drivers/spi/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:34`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_2 bool "SPI port 2" depends on \ :option:`SPI ` help Enable SPI controller port 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*