arm64: Add config for Keem Bay SoC
authorDaniele Alessandrelli <daniele.alessandrelli@intel.com>
Fri, 17 Jul 2020 09:04:10 +0000 (10:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 17 Jul 2020 14:32:10 +0000 (16:32 +0200)
Add ARCH_KEEMBAY configuration option to support Intel Movidius SoC
code-named Keem Bay.

Link: https://lore.kernel.org/r/20200717090414.313530-2-daniele.alessandrelli@linux.intel.com
Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/Kconfig.platforms

index 8dd05b2..95c1b90 100644 (file)
@@ -121,6 +121,11 @@ config ARCH_HISI
        help
          This enables support for Hisilicon ARMv8 SoC family
 
+config ARCH_KEEMBAY
+       bool "Keem Bay SoC"
+       help
+         This enables support for Intel Movidius SoC code-named Keem Bay.
+
 config ARCH_MEDIATEK
        bool "MediaTek SoC Family"
        select ARM_GIC