diff options
author | Daniele Alessandrelli <[email protected]> | 2020-07-17 10:04:10 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-07-17 16:32:10 +0200 |
commit | a6a4abf8efeeadb762b5160f128f30c3c5c8e4ff (patch) | |
tree | d57438010e36a73d014f6a778fb452b21bdd8e64 | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 (diff) |
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/[email protected]
Reviewed-by: Dinh Nguyen <[email protected]>
Signed-off-by: Daniele Alessandrelli <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-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 |