Skip to content

Commit

Permalink
of: remove select of non-existant OF_DEVICE config symbol
Browse files Browse the repository at this point in the history
The OF_OVERLAY option selects OF_DEVICE, but OF_DEVICE was removed in
commit ba166e9, "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>
  • Loading branch information
glikely committed Nov 26, 2014
1 parent ce79d54 commit 65d473b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/of/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ config OF_OVERLAY
bool
depends on OF
select OF_DYNAMIC
select OF_DEVICE
select OF_RESOLVE

endmenu # OF

0 comments on commit 65d473b

Please sign in to comment.