diff options
author | Rob Herring <robh@kernel.org> | 2015-10-27 22:13:23 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-27 22:13:23 +0100 |
commit | 25fff6aa3213676200a0acc9ee37a1ab56d16cd6 (patch) | |
tree | 86d664dc7a85964f5ce884e73fb43dc55b2bc959 /drivers/of | |
parent | of/fdt: fix error checking for earlycon address (diff) | |
parent | xtensa: enable building of all dtbs (diff) | |
download | linux-25fff6aa3213676200a0acc9ee37a1ab56d16cd6.tar.xz linux-25fff6aa3213676200a0acc9ee37a1ab56d16cd6.zip |
Merge branch 'all-dtbs-v2' into for-next
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 59bb8556e43a..e2a48415d969 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -23,6 +23,16 @@ config OF_UNITTEST If unsure, say N here, but this option is safe to enable. +config OF_ALL_DTBS + bool "Build all Device Tree Blobs" + depends on COMPILE_TEST + select DTC + help + This option builds all possible Device Tree Blobs (DTBs) for the + current architecture. + + If unsure, say N here, but this option is safe to enable. + config OF_FLATTREE bool select DTC |