summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-10-27 16:13:23 -0500
committerRob Herring <robh@kernel.org>2015-10-27 16:13:23 -0500
commit25fff6aa3213676200a0acc9ee37a1ab56d16cd6 (patch)
tree86d664dc7a85964f5ce884e73fb43dc55b2bc959 /drivers/of
parent3f5ceec96470050d20d7281d49985e3b1cfc3995 (diff)
parent990857042f599440ea7a10b84c17a06ed21078e5 (diff)
downloadop-kernel-dev-25fff6aa3213676200a0acc9ee37a1ab56d16cd6.zip
op-kernel-dev-25fff6aa3213676200a0acc9ee37a1ab56d16cd6.tar.gz
Merge branch 'all-dtbs-v2' into for-next
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 59bb855..e2a4841 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
OpenPOWER on IntegriCloud