diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-07-19 00:37:05 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2016-07-24 06:34:00 +0300 |
commit | 4e7c84ec045921dacc78d36295e2e61390249665 (patch) | |
tree | c3b2473dee4bf875b1a024d5f7e70b0dd3a9113e /arch/xtensa/Kconfig | |
parent | 0e46c1115f5816949220d62dd3ff04aa68e7ac6b (diff) | |
download | linux-stable-4e7c84ec045921dacc78d36295e2e61390249665.tar.gz linux-stable-4e7c84ec045921dacc78d36295e2e61390249665.tar.bz2 linux-stable-4e7c84ec045921dacc78d36295e2e61390249665.zip |
xtensa: support reserved-memory DT node
This allows reserving regions of physical memory from the device tree.
See Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
for more details.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index d20ddf7bf6a9..3f6659c53023 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -435,6 +435,7 @@ config USE_OF bool "Flattened Device Tree support" select OF select OF_EARLY_FLATTREE + select OF_RESERVED_MEM help Include support for flattened device tree machine descriptions. |