summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 21:23:42 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 21:23:42 +0000
commit47a6fcee5166d52fea52c9c1ddb522b57493a4bc (patch)
treed358b19c2920c043b51f438a07469d7af15e110d /platforms
parent9126c5fec1966e0ce1205864816ff12f4a96ec59 (diff)
downloadptxdist-47a6fcee5166d52fea52c9c1ddb522b57493a4bc.tar.gz
ptxdist-47a6fcee5166d52fea52c9c1ddb522b57493a4bc.tar.xz
Make version number DTC configurable
Ptxdist assumes that dtc is only required on powerpc targets, but is also used by newer U-boot mkimage tools that demand at least version v1.2.0 Signed-off-by: Remy Bohmer <linux@bohmer.net> [use plain version number, put "v" into host-dtc.make, use 1.1.0 as default] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9955 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms')
-rw-r--r--platforms/dtc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/platforms/dtc.in b/platforms/dtc.in
index fd94b029a..8fe7281bf 100644
--- a/platforms/dtc.in
+++ b/platforms/dtc.in
@@ -1,5 +1,22 @@
config HOST_DTC
bool
+ prompt "Build device tree compiler "
+ help
+ Select this if the HOST_DTC tool is required without
+ building a device tree. (It is also used for building
+ U-boot FIT images)
+
+if HOST_DTC
+
+config HOST_DTC_VERSION
+ string
+ prompt "Device tree compiler version "
+ default "1.1.0"
+ help
+ Specify the DTC version number to be used
+
+endif
+
menuconfig DTC
bool