media: phy-rockchip-dphy-rx0: Drop unneeded CONFIG_OF dependency
authorEzequiel Garcia <ezequiel@collabora.com>
Thu, 2 Apr 2020 19:45:03 +0000 (21:45 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 11:42:57 +0000 (13:42 +0200)
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>
drivers/staging/media/phy-rockchip-dphy-rx0/Kconfig

index bd0147624de1a9d7632efaa93de9048d6acee2ff..fb74df82937132ff98af43908efdd88e87880740 100644 (file)
@@ -2,7 +2,7 @@
 
 config PHY_ROCKCHIP_DPHY_RX0
        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
        help