[PATCH v9 04/12] soc: samsung: add exynos chipid driver support
Arnd Bergmann
arnd at arndb.de
Thu Mar 30 06:50:24 PDT 2017
On Thu, Mar 30, 2017 at 3:16 PM, Pankaj Dubey <pankaj.dubey at samsung.com> wrote:
>
> +config EXYNOS_CHIPID
> + bool "Exynos Chipid controller driver" if COMPILE_TEST
> + depends on ARCH_EXYNOS || COMPILE_TEST
> + select SOC_BUS
This lets you disable the driver when COMPILE_TEST is set on exynos,
which is probably not what you wanted.
I'd do
bool "Exynos Chipid controller driver" if COMPILE_TEST && !ARCHEXYNOS
default ARCH_EXYNOS
Arnd
More information about the linux-arm-kernel
mailing list