diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-03-19 16:01:53 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-03-19 16:01:53 +0100 |
commit | ca3992bc0c12e381deb84cd47ec1181a6d34660d (patch) | |
tree | 162006e862b9d856fdce1b19f0ba117dafb6ca58 /drivers/of/Kconfig | |
parent | of: device_node kobject lifecycle fixes (diff) | |
parent | of: only scan for reserved mem when fdt present (diff) | |
download | linux-ca3992bc0c12e381deb84cd47ec1181a6d34660d.tar.xz linux-ca3992bc0c12e381deb84cd47ec1181a6d34660d.zip |
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 |