diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-03-19 19:01:53 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-03-19 19:01:53 +0400 |
commit | ca3992bc0c12e381deb84cd47ec1181a6d34660d (patch) | |
tree | 162006e862b9d856fdce1b19f0ba117dafb6ca58 /drivers/of/Kconfig | |
parent | 0829f6d1f69e4f2fae4062987ae6531a9af1a2e3 (diff) | |
parent | 2040b52768ebab6e7bd73af0dc63703269c62f17 (diff) | |
download | linux-ca3992bc0c12e381deb84cd47ec1181a6d34660d.tar.xz |
Merge branch 'devicetree/next-reserved-mem' into devicetree/next
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index a46ac1b00032..889005fa4d04 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -71,4 +71,10 @@ config OF_MTD depends on MTD def_bool y +config OF_RESERVED_MEM + depends on OF_EARLY_FLATTREE + bool + help + Helpers to allow for reservation of memory regions + endmenu # OF |