:orphan: .. title:: I2S_LITEX_DATA_BIG_ENDIAN .. option:: CONFIG_I2S_LITEX_DATA_BIG_ENDIAN *Received data will be stored as big endian* Type: ``bool`` Direct dependencies =================== \ :option:`I2S_LITEX ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.litex:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Litex I2S driver .. parsed-literal:: config I2S_LITEX_DATA_BIG_ENDIAN bool "Received data will be stored as big endian" default n depends on \ :option:`I2S_LITEX ` && \ :option:`I2S ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*