Skip to content
Snippets Groups Projects
Commit 122836ae authored by Alessandro Pecugi's avatar Alessandro Pecugi
Browse files

[DRIVERS] rockchip pcie: remove hard dependency from rfkill-rk

The rockchip PCIe driver currently causes a link error when built without
rfkill-rk (CONFIG_RFKILL_RK). Error:
pcie-dw-rockchip.c:2263: undefined reference to `rfkill_get_wifi_power_state'

Instead of setting rfkill-rk as a dependency in Kconfig (as in
7ed6cad0, reverted),
make it an optional dependency by surrounding the rfkill-rk-specific code
with #ifdef
parent ef45e0b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment