summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2012-03-17 10:46:55 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-18 22:55:18 +0100
commitaaed42d15643e0cb64c96fa400a6097a19d19ef4 (patch)
treea6649cbf74d73ac795db3733ad7d6180586d413c /linux/Config.in
parentbb7788fd861026e7772bb4f6c096e0c955a4e28e (diff)
downloadbuildroot-novena-aaed42d15643e0cb64c96fa400a6097a19d19ef4.tar.gz
buildroot-novena-aaed42d15643e0cb64c96fa400a6097a19d19ef4.zip
Microblaze: build kernel with device tree
This patch adds the options needed to build the SimpleImage containing the device tree structure needed for the Microblaze architecture. Handling Device Tree and SimpleImage will be handled in a general way in the future. I provide this patch to be able to build the system in the meantime. Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in
index b89fcdc9d..a7fa89f1f 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -120,6 +120,14 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
help
Path to the kernel configuration file
+config BR2_LINUX_KERNEL_DTS_FILE
+ string "Device Tree dts file location"
+ depends on BR2_microblaze
+ help
+ Path from where the dts file has to be copied
+ The final "custom target" name depends on the
+ dts file name:
+ <name>.dts --> simpleImage.<name>
#
# Binary format
#