projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce79d54
)
of: remove select of non-existant OF_DEVICE config symbol
author
Grant Likely
<grant.likely@linaro.org>
Wed, 26 Nov 2014 15:19:43 +0000
(15:19 +0000)
committer
Grant Likely
<grant.likely@linaro.org>
Wed, 26 Nov 2014 15:19:43 +0000
(15:19 +0000)
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>
drivers/of/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/Kconfig
b/drivers/of/Kconfig
index 18b2e2539f849207e42fa90dc89f7361d23c7f2c..b5e0c873d4e1406f10d90860d516b4bd8bf3765f 100644
(file)
--- 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