summaryrefslogtreecommitdiffstats
path: root/platforms/u-boot-v2.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-03-27 12:09:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-03-27 12:09:16 +0000
commite4fdc8493014450bf73b1b493fda55633654bedc (patch)
tree3b337fda77994e029295ba9d4eecaefa5b0267b6 /platforms/u-boot-v2.in
parentf4fd0014fe51f7a32b3082f92bca679f0a5b102f (diff)
downloadptxdist-e4fdc8493014450bf73b1b493fda55633654bedc.tar.gz
ptxdist-e4fdc8493014450bf73b1b493fda55633654bedc.tar.xz
* Kconfig, u-boot-v2.in:
added u-boot-v2 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7872 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/u-boot-v2.in')
-rw-r--r--platforms/u-boot-v2.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/platforms/u-boot-v2.in b/platforms/u-boot-v2.in
new file mode 100644
index 000000000..70aae243c
--- /dev/null
+++ b/platforms/u-boot-v2.in
@@ -0,0 +1,23 @@
+menuconfig U_BOOT_V2
+ prompt "U-Boot V2 "
+ bool
+
+config U_BOOT_V2_VERSION
+ prompt "u-boot-v2 version"
+ depends on U_BOOT_V2
+ string
+
+config U_BOOT_V2_CONFIG
+ prompt "config file"
+ depends on U_BOOT_V2
+ string
+ default "u-boot-v2.config"
+ help
+ this entry specifies the .config file used to compile your U-Boot
+
+config U_BOOT_V2_ARCH_STRING
+ depends on U_BOOT_V2
+ string
+ default "arm" if ARCH_ARM
+ default "blackfin" if ARCH_BLACKFIN
+ default "ppc" if ARCH_PPC