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/Kconfig67
1 files changed, 9 insertions, 58 deletions
diff --git a/board/scalys/simc-t10xx/Kconfig b/board/scalys/simc-t10xx/Kconfig
index 2b18913..4ac5c59 100644
--- a/board/scalys/simc-t10xx/Kconfig
+++ b/board/scalys/simc-t10xx/Kconfig
@@ -1,72 +1,23 @@
-if TARGET_SIMC_T10XX
+if (TARGET_SIMC_TXXXX || TARGET_QT1040_1GB) && !ARCH_T2081
config SYS_BOARD
string
default "simc-t10xx"
+
+endif
-config SYS_VENDOR
- string
- default "scalys"
+if TARGET_SIMC_TXXXX && !ARCH_T2081
config SYS_CONFIG_NAME
string
default "simc-t10xx"
-
-config RAMBOOT_PBL
- bool
- default y
-
-config SPL_FSL_PBL
- bool
- default y
-choice
- prompt "Bootsource"
- default NAND
-config NAND
- bool
- prompt "NAND boot"
- 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 "T1022"
+endif
-config PPC_T1040
- bool
- prompt "T1040"
+if TARGET_QT1040_1GB
-config PPC_T1042
- bool
- prompt "T1042"
-
-endchoice
+config SYS_CONFIG_NAME
+ string
+ default "QT1040-1GB"
endif