diff options
author | David Daney <david.daney@cavium.com> | 2016-04-09 00:50:25 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-04-15 19:06:08 +0200 |
commit | 298535c00a2cbcd59e38f8f1c0c9ae7b9911e946 (patch) | |
tree | 722bd77c438600fb7ce8e204469b86a1344320ee /drivers/of/Kconfig | |
parent | Documentation, dt, numa: dt bindings for NUMA. (diff) | |
download | linux-298535c00a2cbcd59e38f8f1c0c9ae7b9911e946.tar.xz linux-298535c00a2cbcd59e38f8f1c0c9ae7b9911e946.zip |
of, numa: Add NUMA of binding implementation.
Add device tree parsing for NUMA topology using device
"numa-node-id" property in distance-map and cpu nodes.
This is a complete rewrite of a previous patch by:
Ganapatrao Kulkarni<gkulkarni@caviumnetworks.com>
Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index e2a48415d969..b3bec3aaa45d 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -112,4 +112,7 @@ config OF_OVERLAY While this option is selected automatically when needed, you can enable it manually to improve device tree unit test coverage. +config OF_NUMA + bool + endif # OF |