diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-06-25 07:15:23 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-25 16:26:58 -0400 |
commit | 15969b457734feb46cc813745b039cf4ae9089ff (patch) | |
tree | 6810ed1da06abedadb9189798660643a4b76d77c /arch/arm/mach-sti/Kconfig | |
parent | 65ebcc1158891c8c0abef726d59a7840454ad25d (diff) |
ARM: sti: Add STiH416 SOC support
The STiH416 is advanced HD AVC processor with 3D graphics acceleration
and 1.2-GHz ARM Cortex-A9 SMP CPU.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
CC: Stephen Gallimore <stephen.gallimore@st.com>
CC: Stuart Menefy <stuart.menefy@st.com>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-sti/Kconfig')
-rw-r--r-- | arch/arm/mach-sti/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 23405b584adb..d04e3bfe1918 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig | |||
@@ -33,4 +33,13 @@ config SOC_STIH415 | |||
33 | and other digital audio/video applications using Flattned Device | 33 | and other digital audio/video applications using Flattned Device |
34 | Trees. | 34 | Trees. |
35 | 35 | ||
36 | config SOC_STIH416 | ||
37 | bool "STiH416 STMicroelectronics Consumer Electronics family" | ||
38 | default y | ||
39 | help | ||
40 | This enables support for STMicroelectronics Digital Consumer | ||
41 | Electronics family StiH416 parts, primarily targetted at set-top-box | ||
42 | and other digital audio/video applications using Flattened Device | ||
43 | Trees. | ||
44 | |||
36 | endif | 45 | endif |