[PATCH 1/2] soc: mx-socinfo: only build for arm
Jerome Brunet
jbrunet at baylibre.com
Tue Oct 20 03:58:36 EDT 2020
On Tue 20 Oct 2020 at 00:46, Kevin Hilman <khilman at baylibre.com> wrote:
> This driver only supports 32-bit ARM SoCs. Only build it for those.
>
> Signed-off-by: Kevin Hilman <khilman at baylibre.com>
> ---
> drivers/soc/amlogic/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/amlogic/Kconfig b/drivers/soc/amlogic/Kconfig
> index 321c5e26a268..2d7ee1397d59 100644
> --- a/drivers/soc/amlogic/Kconfig
> +++ b/drivers/soc/amlogic/Kconfig
> @@ -63,7 +63,7 @@ config MESON_SECURE_PM_DOMAINS
>
> config MESON_MX_SOCINFO
> bool "Amlogic Meson MX SoC Information driver"
> - depends on ARCH_MESON || COMPILE_TEST
> + depends on (ARM && ARCH_MESON) || COMPILE_TEST
Would to it make sense to apply the same to the GX soc info ? depends on
ARM64 ?
> default ARCH_MESON
> select SOC_BUS
> help
Reviewed-by: Jerome Brunet <jbrunet at baylibre.com>
More information about the linux-amlogic
mailing list