summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/simc-t10xx/Kconfig')
-rw-r--r--board/scalys/simc-t10xx/Kconfig58
1 files changed, 58 insertions, 0 deletions
diff --git a/board/scalys/simc-t10xx/Kconfig b/board/scalys/simc-t10xx/Kconfig
index 77ebe76..2b8d1a4 100644
--- a/board/scalys/simc-t10xx/Kconfig
+++ b/board/scalys/simc-t10xx/Kconfig
@@ -11,5 +11,63 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
string
default "simc-t10xx"
+
+config RAMBOOT_PBL
+ bool
+ default y
+
+config SPL_FSL_PBL
+ bool
+ default y
+
+choice
+ prompt "Bootsource"
+
+config NAND
+ bool
+ prompt "NAND boot"
+ default y
+ help
+ Select NAND as the bootsource
+
+endchoice
+
+choice
+ prompt "SYSCLK frequency"
+ default SYS_CLK_FREQ_100
+
+config SYS_CLK_FREQ_66
+ bool
+ prompt "66.6 MHz"
+
+config SYS_CLK_FREQ_100
+ bool
+ prompt "100 MHz"
+
+endchoice
+
+choice
+ prompt "CPU type"
+ default PPC_T1040
+ help
+ Select the exact type of CPU which is used on the version of the simc-t10xx module
+
+config PPC_T1020
+ bool
+ prompt "T1020"
+
+config PPC_T1022
+ bool
+ prompt "T1040"
+
+config PPC_T1040
+ bool
+ prompt "T1040"
+
+config PPC_T1042
+ bool
+ prompt "T1042"
+
+endchoice
endif