Lines Matching +full:clock +full:- +full:mode
1 # Nuvoton Cortex-M4 Embedded Controller
4 # SPDX-License-Identifier: Apache-2.0
44 prompt "Clock rate to use for SPI flash"
47 This selects the max clock rate that will be used for loading firmware
51 bool "SPI flash max clock rate of 20 MHz"
54 bool "SPI flash max clock rate of 25 MHz"
57 bool "SPI flash max clock rate of 33 MHz"
61 bool "SPI flash max clock rate of 40 MHz"
64 bool "SPI flash max clock rate of 50 MHz"
76 prompt "Reading mode used by the SPI flash"
79 This sets the reading mode that can be used by the SPI flash.
83 bool "SPI flash operates with normal reading mode"
86 bool "SPI flash operates with fast reading mode"
89 bool "SPI flash operates with dual reading mode"
92 bool "SPI flash operates with quad reading mode"
103 prompt "Core clock to SPI flash clock ratio"
106 This sets the clock ratio (core clock / SPI clock)
109 bool "NPCX SPI clock ratio 1"
111 The SPI flash clock has the same frequency as the core clock.
114 bool "NPCX SPI clock ratio 2"
116 The core clock frequency is twice the flash clock frequency.