]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/micronas/vct/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / board / micronas / vct / Kconfig
index 76c5f7cc9efc6c511727836267b79bea633b3fc9..c518079efaca962caa1e08c74db2d9ced4f5b05e 100644 (file)
@@ -1,19 +1,37 @@
 if TARGET_VCT
 
-config SYS_CPU
-       string
-       default "mips32"
-
 config SYS_BOARD
-       string
        default "vct"
 
 config SYS_VENDOR
-       string
        default "micronas"
 
 config SYS_CONFIG_NAME
-       string
        default "vct"
 
+menu "vct board options"
+
+choice
+       prompt "Board variant"
+       optional
+
+config VCT_PLATINUM
+       bool "Enable VCT_PLATINUM"
+
+config VCT_PLATINUMAVC
+       bool "Enable VCT_PLATINUMAVC"
+
+config VCT_PREMIUM
+       bool "Enable VCT_PLATINUMAVC"
+
+endchoice
+
+config VCT_ONENAND
+       bool "Enable VCT_ONENAND"
+
+config VCT_SMALL_IMAGE
+       bool "Enable VCT_SMALL_IMAGE"
+
+endmenu
+
 endif