phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOS
Instead of requiring user to figure out when PHY_EXYNOS_MIPI_VIDEO needs to be selected select it by default for Exynos SoCs. Also enable it when COMPILE_TEST is selected. If required the MIPI CSIS/DPHY driver can be then disabled or compiled in as module. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
e4b9f782fe
commit
13454e5e08
1 changed files with 4 additions and 1 deletions
|
@ -16,8 +16,11 @@ config GENERIC_PHY
|
||||||
framework should select this config.
|
framework should select this config.
|
||||||
|
|
||||||
config PHY_EXYNOS_MIPI_VIDEO
|
config PHY_EXYNOS_MIPI_VIDEO
|
||||||
depends on HAS_IOMEM
|
|
||||||
tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
|
tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
|
||||||
|
depends on HAS_IOMEM
|
||||||
|
depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
|
||||||
|
select GENERIC_PHY
|
||||||
|
default y if ARCH_S5PV210 || ARCH_EXYNOS
|
||||||
help
|
help
|
||||||
Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
|
Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
|
||||||
and EXYNOS SoCs.
|
and EXYNOS SoCs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue