From 47a6fcee5166d52fea52c9c1ddb522b57493a4bc Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 3 Mar 2009 21:23:42 +0000 Subject: 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 [use plain version number, put "v" into host-dtc.make, use 1.1.0 as default] Signed-off-by: Marc Kleine-Budde git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9955 33e552b5-05e3-0310-8538-816dae2090ed --- platforms/dtc.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'platforms') 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 -- cgit v1.2.3