From 94e9a4ef91817c43b8e5af99d8846491f51b0749 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 21 Feb 2017 13:37:04 +0100 Subject: arm: Add support for STMicroelectronics STiH410 soc The STiH410 is an advanced multi-HD AVC processor with 3D graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU part of the STiH407 family. It has wide connectivity including USB 3.0, PCI-e, SATA and gigabit ethernet. Signed-off-by: Patrice Chotard --- arch/arm/mach-sti/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/arm/mach-sti/Kconfig (limited to 'arch/arm/mach-sti') diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig new file mode 100644 index 0000000000..87c04b2c68 --- /dev/null +++ b/arch/arm/mach-sti/Kconfig @@ -0,0 +1,6 @@ +if ARCH_STI + +config SYS_SOC + default "stih410" + +endif -- cgit