From e71de54a4943ac481e8bcdb0a132c52ab90f23fe Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 6 Jul 2017 14:41:52 +0300 Subject: x86: Add Intel Tangier support Add Intel Tangier SoC support. Intel Tangier SoC is a core part of Intel Merrifield platform. For example, Intel Edison board is based on such platform. The patch is based on work done by the following people (in alphabetical order): Aiden Park Dukjoon Jeon eric.park Fabien Chereau Scott D Phillips Sebastien Colleur Steve Sakoman Vincent Tinelli Reviewed-by: Simon Glass Reviewed-by: Bin Meng Signed-off-by: Vincent Tinelli Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/Kconfig') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0cd981e73e4..5c8dc822efb 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -114,6 +114,7 @@ source "arch/x86/cpu/ivybridge/Kconfig" source "arch/x86/cpu/qemu/Kconfig" source "arch/x86/cpu/quark/Kconfig" source "arch/x86/cpu/queensbay/Kconfig" +source "arch/x86/cpu/tangier/Kconfig" # architecture-specific options below -- cgit v1.2.3