summaryrefslogtreecommitdiffstats
path: root/platforms/dtc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-05 20:53:27 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-05 20:53:27 +0000
commit1b6530996ae8aea669153ae1726fb327829a2133 (patch)
tree5bd780049c115c40c6dd4150f68bda3d376c6509 /platforms/dtc.in
parenta0b2319cb1bd71d2c19451314ed1c8d5e9b4434f (diff)
downloadptxdist-1b6530996ae8aea669153ae1726fb327829a2133.tar.gz
ptxdist-1b6530996ae8aea669153ae1726fb327829a2133.tar.xz
* dtc.in:
only on powerpc git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8414 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/dtc.in')
-rw-r--r--platforms/dtc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/platforms/dtc.in b/platforms/dtc.in
index c98a16ed5..71b94d50f 100644
--- a/platforms/dtc.in
+++ b/platforms/dtc.in
@@ -5,6 +5,8 @@ menuconfig DTC
bool
select HOST_DTC
select KERNEL
+ depends on ARCH_PPC
+ default y
prompt "Build device tree "
help
Select this to build a device tree for your board.
@@ -14,7 +16,7 @@ menuconfig DTC
config DTC_OFTREE_DTS
string "source dts file"
depends on DTC
- default "${KERNEL_DIR}/arch/powerpc/boot/dts/pcm030.dts"
+ default "${KERNEL_DIR}/arch/powerpc/boot/dts/<yourboard>.dts"
help
Select the dts file to use for the device tree binary
blob generation. Default is to use the one shipped with