Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 2 | menuconfig ARCH_STI |
Masahiro Yamada | e324654 | 2015-11-16 12:06:10 +0900 | [diff] [blame] | 3 | bool "STMicroelectronics Consumer Electronics SOCs" |
| 4 | depends on ARCH_MULTI_V7 |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 5 | select ARM_GIC |
Lee Jones | 56439ab | 2015-05-12 14:51:00 +0200 | [diff] [blame] | 6 | select ST_IRQCHIP |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 7 | select ARM_GLOBAL_TIMER |
Daniel Lezcano | 2ffdf71 | 2015-10-09 15:33:06 +0200 | [diff] [blame] | 8 | select CLKSRC_ST_LPC |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 9 | select PINCTRL |
| 10 | select PINCTRL_ST |
| 11 | select MFD_SYSCON |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame] | 12 | select ARCH_HAS_RESET_CONTROLLER |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 13 | select HAVE_ARM_SCU if SMP |
Linus Walleij | 5c34a4e | 2016-06-02 14:10:16 +0200 | [diff] [blame] | 14 | select GPIOLIB |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 15 | select ARM_ERRATA_754322 |
Olof Johansson | a48c490 | 2013-11-13 16:38:07 -0800 | [diff] [blame] | 16 | select ARM_ERRATA_764369 if SMP |
Srinivas Kandagatla | c925007 | 2013-07-09 08:26:33 +0100 | [diff] [blame] | 17 | select ARM_ERRATA_775420 |
Russell King | a641f3a | 2014-06-19 10:19:10 +0100 | [diff] [blame] | 18 | select PL310_ERRATA_753970 if CACHE_L2X0 |
| 19 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Arnd Bergmann | 1fd01aa | 2015-02-05 15:22:59 +0100 | [diff] [blame] | 20 | select RESET_CONTROLLER |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 21 | help |
Lee Jones | 33406c8 | 2015-05-05 13:13:57 +0100 | [diff] [blame] | 22 | Include support for STMicroelectronics' STiH415/416, STiH407/10 and |
| 23 | STiH418 family SoCs using the Device Tree for discovery. More |
| 24 | information can be found in Documentation/arm/sti/ and |
| 25 | Documentation/devicetree. |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 26 | |
| 27 | if ARCH_STI |
| 28 | |
| 29 | config SOC_STIH415 |
| 30 | bool "STiH415 STMicroelectronics Consumer Electronics family" |
| 31 | default y |
| 32 | help |
| 33 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 34 | Electronics family StiH415 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 35 | and other digital audio/video applications using Flattned Device |
| 36 | Trees. |
| 37 | |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 38 | config SOC_STIH416 |
| 39 | bool "STiH416 STMicroelectronics Consumer Electronics family" |
| 40 | default y |
| 41 | help |
| 42 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 43 | Electronics family StiH416 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 44 | and other digital audio/video applications using Flattened Device |
| 45 | Trees. |
| 46 | |
Peter Griffin | c273211 | 2014-07-02 16:08:00 +0200 | [diff] [blame] | 47 | config SOC_STIH407 |
| 48 | bool "STiH407 STMicroelectronics Consumer Electronics family" |
| 49 | default y |
| 50 | select STIH407_RESET |
| 51 | help |
| 52 | This enables support for STMicroelectronics Digital Consumer |
| 53 | Electronics family StiH407 parts, targetted at set-top-box |
| 54 | and other digital audio/video applications using Flattened Device |
| 55 | Trees. |
| 56 | |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 57 | endif |