[PATCH V2 1/3] arm64: Add config for Thunder Bay SoC

From: kenchappa . demakkanavar
Date: Tue Jul 20 2021 - 01:24:01 EST


From: "Demakkanavar, Kenchappa" <kenchappa.demakkanavar@xxxxxxxxx>

Add ARCH_THUNDERBAY configuration option to support Intel Movidius SoC
code-named Thunder Bay

Signed-off-by: Demakkanavar, Kenchappa <kenchappa.demakkanavar@xxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6409b47..8a043e2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -154,6 +154,11 @@ config ARCH_KEEMBAY
help
This enables support for Intel Movidius SoC code-named Keem Bay.

+config ARCH_THUNDERBAY
+ bool "Thunder Bay SoC"
+ help
+ This enables support for Intel Movidius SoC code-named Thunder Bay.
+
config ARCH_MEDIATEK
bool "MediaTek SoC Family"
select ARM_GIC
--
2.7.4