summaryrefslogtreecommitdiffstats
path: root/board/micronas/vct/Kconfig
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-10-26 14:14:07 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-01 18:18:05 +0100
commit4207917867d4bf3dc071ca0ed0ddf5955cfcc55d (patch)
tree0fc43f10c7acd5306d927030eb54b6f8617a3b7f /board/micronas/vct/Kconfig
parentedf7dbba69252c1db9e8981153bac6bb4b760516 (diff)
downloadblackbird-obmc-uboot-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.tar.gz
blackbird-obmc-uboot-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.zip
MIPS: kconfig: add options for vct board variant select
The vct board can be built with various variants which are configured via CONFIG_SYS_EXTRA_OPTIONS. This is deprecated. Thus add new Kconfig options for those board variants. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/micronas/vct/Kconfig')
-rw-r--r--board/micronas/vct/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/board/micronas/vct/Kconfig b/board/micronas/vct/Kconfig
index 7c69453d1b..288a1aeb70 100644
--- a/board/micronas/vct/Kconfig
+++ b/board/micronas/vct/Kconfig
@@ -9,4 +9,28 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "vct"
+menu "vct board options"
+
+choice
+ prompt "Board variant"
+
+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
OpenPOWER on IntegriCloud