aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-19 19:17:16 +0900
committerMark Brown <broonie@kernel.org>2015-02-19 19:17:16 +0900
commit5637d38411a2992092337578abfb0778b76099c5 (patch)
tree5e27b669626f3c56f95d7005ee2caed0ce464881 /drivers/of/Kconfig
parent0fd3f190b68b2246d463538a79f51dc9c9a975a7 (diff)
parentf6e46ae658e4443e765f87702603deca167f2b57 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rt
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r--drivers/of/Kconfig18
1 files changed, 10 insertions, 8 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index a7bb5da6a96b..e8c2292c4d89 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -7,14 +7,6 @@ config OF
menu "Device Tree and Open Firmware support"
depends on OF
-config PROC_DEVICETREE
- bool "Support for device tree in /proc"
- depends on PROC_FS && !SPARC
- help
- This option adds a device-tree directory under /proc which contains
- an image of the device tree that the kernel copies from Open
- Firmware or other boot firmware. If unsure, say Y here.
-
config OF_SELFTEST
bool "Device Tree Runtime self tests"
help
@@ -90,4 +82,14 @@ config OF_RESERVED_MEM
help
Helpers to allow for reservation of memory regions
+config OF_RESOLVE
+ bool
+
+config OF_OVERLAY
+ bool
+ depends on OF
+ select OF_DYNAMIC
+ select OF_DEVICE
+ select OF_RESOLVE
+
endmenu # OF