aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2014-11-26 15:19:43 +0000
committerAlex Shi <alex.shi@linaro.org>2015-12-16 15:29:17 +0800
commitd94f88f61658f4d5fa3b784b2022b1ef43bf7913 (patch)
treed21aaa8d1f8f5df00b00eaf9ec9b6a4fb1c1342b
parentfd27cd5b39f1e5e332e05461ca16353aa4bb536d (diff)
of: remove select of non-existant OF_DEVICE config symbol
The OF_OVERLAY option selects OF_DEVICE, but OF_DEVICE was removed in commit ba166e900b, "of: remove CONFIG_OF_DEVICE". Remove the unnecessary select. Signed-off-by: Grant Likely <grant.likely@linaro.org> Reported-by: Paul Bolle <pebolle@tiscali.nl> Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com> (cherry picked from commit 65d473b8007b4ef9f2a5e52f39c52d2141dfd421) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--drivers/of/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 18b2e2539f84..b5e0c873d4e1 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -88,7 +88,6 @@ config OF_OVERLAY
bool
depends on OF
select OF_DYNAMIC
- select OF_DEVICE
select OF_RESOLVE
endmenu # OF