diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-11-26 15:19:43 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-26 15:19:43 +0000 |
commit | 65d473b8007b4ef9f2a5e52f39c52d2141dfd421 (patch) | |
tree | 7ae029386e13fa055e819330aef5ef7baa05d3b7 /drivers/of | |
parent | ce79d54ae447d65117303ca9f61ffe9dcbc2465d (diff) | |
download | op-kernel-dev-65d473b8007b4ef9f2a5e52f39c52d2141dfd421.zip op-kernel-dev-65d473b8007b4ef9f2a5e52f39c52d2141dfd421.tar.gz |
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>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 18b2e25..b5e0c87 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 |