Lines Matching +full:mspi +full:- +full:device
1 # MSPI driver configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 # MSPI Drivers
9 menuconfig MSPI config
10 bool "Multi-bit Serial Peripheral Interface (MSPI) bus drivers"
12 Enable support for the MSPI hardware bus.
14 if MSPI
25 Enables Driver MSPI peripheral mode operations. Peripheral mode
32 Device driver initialization priority.
38 The tolerance value in ms for the MSPI completion timeout logic.
44 enables mspi_xip_config calls in device drivers.
50 enables mspi_scramble_config calls in device drivers.
55 Enables mspi_timing_config calls in device drivers for those
58 module = MSPI
59 module-str = mspi
62 source "drivers/mspi/Kconfig.ambiq"
63 source "drivers/mspi/Kconfig.dw"
64 source "drivers/mspi/Kconfig.mspi_emul"
66 endif # MSPI