mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 20:41:33 +00:00
media: phy-rockchip-dphy-rx0: Drop unneeded CONFIG_OF dependency
The driver is perfectly capable of being built without CONFIG_OF. Remove this dependency, which is useful for compile-only tests. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Acked-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
f661aaa007
commit
42cbdf2b5e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
config PHY_ROCKCHIP_DPHY_RX0
|
config PHY_ROCKCHIP_DPHY_RX0
|
||||||
tristate "Rockchip MIPI Synopsys DPHY RX0 driver"
|
tristate "Rockchip MIPI Synopsys DPHY RX0 driver"
|
||||||
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
||||||
select GENERIC_PHY_MIPI_DPHY
|
select GENERIC_PHY_MIPI_DPHY
|
||||||
select GENERIC_PHY
|
select GENERIC_PHY
|
||||||
help
|
help
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user