:orphan: .. title:: CONFIG_I2S_SAM_SSC_0_PIN_RK_EN .. kconfig:: CONFIG_I2S_SAM_SSC_0_PIN_RK_EN CONFIG_I2S_SAM_SSC_0_PIN_RK_EN ############################## *RK pin enabled* Type: ``bool`` Help ==== .. code-block:: none If enabled RK signal is connected to RK pin. It will be configured as an output or an input depending on whether the receiver is working in master or slave mode. If disabled RK signal is disconnected from RK pin and connected internally to TK (Transmitter Clock signal). Direct dependencies =================== \ :kconfig:`I2S_SAM_SSC ` && \ :kconfig:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/i2s/Kconfig.sam_ssc:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Atmel SAM MCU family I2S (SSC) Bus Driver .. code-block:: kconfig config I2S_SAM_SSC_0_PIN_RK_EN bool "RK pin enabled" default y depends on I2S_SAM_SSC && I2S help If enabled RK signal is connected to RK pin. It will be configured as an output or an input depending on whether the receiver is working in master or slave mode. If disabled RK signal is disconnected from RK pin and connected internally to TK (Transmitter Clock signal). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*