diff options
author | Matwey V. Kornilov <matwey@sai.msu.ru> | 2015-02-15 10:22:47 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-03-02 09:07:25 -0500 |
commit | 5c776064a4a4600a7adea4503d77c6aad9baa476 (patch) | |
tree | d185f742864ca212587786396fa6d40065d16620 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
of: Add prompt for OF_OVERLAY config
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | drivers/of/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 38d1c51f58b1..3876fb90845d 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
@@ -84,7 +84,7 @@ config OF_RESOLVE | |||
84 | bool | 84 | bool |
85 | 85 | ||
86 | config OF_OVERLAY | 86 | config OF_OVERLAY |
87 | bool | 87 | bool "Device Tree overlays" |
88 | depends on OF | 88 | depends on OF |
89 | select OF_DYNAMIC | 89 | select OF_DYNAMIC |
90 | select OF_RESOLVE | 90 | select OF_RESOLVE |