summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
authorJesse Taube <[email protected]>2024-01-23 21:15:16 -0500
committerFabio Estevam <[email protected]>2024-02-08 09:01:22 -0300
commitb0adbd6f8eb24f2891ae17bd84d40cdbbce65897 (patch)
treeec1410a224c39d40898b3dbaf79972453123d299 /tools/Kconfig
parent9425977c47b9ccee5ba5579be7f3973406d43160 (diff)
tools: mkimage: Add support for i.MXRT FlexSPI Header
Modify imx8m Flex SPI Configuration Block to work with imxrt. Add more Flex SPI configuration options to Kconfig. Signed-off-by: Jesse Taube <[email protected]> Tested-by: Adam Ford <[email protected]> #imx8mn-beacon
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index f01ed783e6f..667807b3317 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -148,6 +148,27 @@ config SERIAL_CLK_FREQUENCY
Chip specific frequency: other value 30MHz
1-30MHz 2-50MHz 3-60MHz 4-75MHz 5-80MHz 6-100MHz 7-133MHz 8-166MHz
+config FSPI_COL_ADDR_W
+ hex "Column Address With"
+ default 0x00
+ depends on FSPI_CONF_HEADER
+ help
+ Default 0. For HyperBus protocol, it is fixed to 3
+
+config FSPI_CONTROLLER_MISC
+ hex "FSPI miscellaneous control"
+ default 0x00000000
+ depends on FSPI_CONF_HEADER
+ help
+ Default 0. [0x40] Controller Misc Options
+
+config FSPI_FLASH_A1_SIZE
+ hex "Size in bytes of Flash A1"
+ default 0x10000000
+ depends on FSPI_CONF_HEADER
+ help
+ Size of Flash connected to A1 in bytes
+
config LUT_CUSTOM_SEQUENCE
hex "Enable Custom Look Up Table(LUT) Sequence"
default 0x00