diff options
author | Daniele Alessandrelli <daniele.alessandrelli@intel.com> | 2020-07-17 11:04:10 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-17 16:32:10 +0200 |
commit | a6a4abf8efeeadb762b5160f128f30c3c5c8e4ff (patch) | |
tree | d57438010e36a73d014f6a778fb452b21bdd8e64 /arch/arm64/Kconfig.platforms | |
parent | Linux 5.8-rc2 (diff) | |
download | linux-a6a4abf8efeeadb762b5160f128f30c3c5c8e4ff.tar.xz linux-a6a4abf8efeeadb762b5160f128f30c3c5c8e4ff.zip |
arm64: Add config for Keem Bay SoC
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 8dd05b2a925c..95c1b9042009 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -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 |