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>
This commit is contained in:
Grant Likely 2014-11-26 15:19:43 +00:00
parent ce79d54ae4
commit 65d473b800
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ config OF_OVERLAY
bool bool
depends on OF depends on OF
select OF_DYNAMIC select OF_DYNAMIC
select OF_DEVICE
select OF_RESOLVE select OF_RESOLVE
endmenu # OF endmenu # OF