diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-12-19 22:48:09 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-20 15:25:10 +0100 |
commit | dd1aa62cceff4aa9072d7933042480c20cfd07ef (patch) | |
tree | 6c2ad784d79fb0e94bfa29129982f36e252c9a22 /linux/Config.in | |
parent | 2a27ad3d796720c6be79f13f0bc58e595584aa35 (diff) | |
download | buildroot-novena-dd1aa62cceff4aa9072d7933042480c20cfd07ef.tar.gz buildroot-novena-dd1aa62cceff4aa9072d7933042480c20cfd07ef.zip |
linux: Support multiple device tree build
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in index 910d9a524..9ebe0c963 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -261,11 +261,12 @@ config BR2_LINUX_KERNEL_USE_CUSTOM_DTS endchoice config BR2_LINUX_KERNEL_INTREE_DTS_NAME - string "Device Tree Source file name" + string "Device Tree Source file names" depends on BR2_LINUX_KERNEL_USE_INTREE_DTS help Name of the device tree source file, without - the trailing .dts + the trailing .dts. You can provide a list of + dts files to build, separated by spaces. config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH string "Device Tree Source file path" |