aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-07-24 22:54:49 +0100
committerMark Brown <broonie@linaro.org>2014-07-24 22:54:49 +0100
commitbcddae4453f74e9d1dbc8db78c5c9bc552c600cb (patch)
tree44f433cdce0aea74d1098967ff28454e512f777f /drivers/of/Kconfig
parentbf3738e51576cd0cd8c59ef611734cc423323563 (diff)
parentfc40eed01c76797b6f71c982a782cef2d6ab48a6 (diff)
Merge remote-tracking branch 'lsk/v3.10/topic/libfdt' into linux-linaro-lsk
Conflicts: drivers/of/fdt.c
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r--drivers/of/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index d37bfcf5a3a2..a7bb5da6a96b 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -27,6 +27,7 @@ config OF_SELFTEST
config OF_FLATTREE
bool
select DTC
+ select LIBFDT
config OF_EARLY_FLATTREE
bool
@@ -83,4 +84,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