[PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS
Arnd Bergmann
arnd at arndb.de
Fri Feb 21 10:59:00 EST 2014
On Friday 21 February 2014 16:50:02 Sylwester Nawrocki wrote:
> config PHY_EXYNOS_DP_VIDEO
> tristate "EXYNOS SoC series Display Port PHY driver"
> depends on OF
> + depends on ARCH_EXYNOS || COMPILE_TEST
> + default y
> select GENERIC_PHY
> help
>
That would turn them on automatically if you enable COMPILE_TEST, which
is probably not what you want.
How about "default ARCH_EXYNOS"?
Arnd
More information about the linux-arm-kernel
mailing list