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