diff options
author | Rob Herring <robh@kernel.org> | 2015-10-27 16:13:23 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-27 16:13:23 -0500 |
commit | 25fff6aa3213676200a0acc9ee37a1ab56d16cd6 (patch) | |
tree | 86d664dc7a85964f5ce884e73fb43dc55b2bc959 /drivers/of | |
parent | 3f5ceec96470050d20d7281d49985e3b1cfc3995 (diff) | |
parent | 990857042f599440ea7a10b84c17a06ed21078e5 (diff) |
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 |