Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 1 | menuconfig ARCH_STI |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 2 | bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7 |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 3 | select ARM_GIC |
| 4 | select ARM_GLOBAL_TIMER |
| 5 | select PINCTRL |
| 6 | select PINCTRL_ST |
| 7 | select MFD_SYSCON |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame] | 8 | select ARCH_HAS_RESET_CONTROLLER |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 9 | select HAVE_ARM_SCU if SMP |
| 10 | select ARCH_REQUIRE_GPIOLIB |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 11 | select ARM_ERRATA_754322 |
Olof Johansson | a48c490 | 2013-11-13 16:38:07 -0800 | [diff] [blame] | 12 | select ARM_ERRATA_764369 if SMP |
Srinivas Kandagatla | c925007 | 2013-07-09 08:26:33 +0100 | [diff] [blame] | 13 | select ARM_ERRATA_775420 |
Russell King | a641f3a | 2014-06-19 10:19:10 +0100 | [diff] [blame] | 14 | select PL310_ERRATA_753970 if CACHE_L2X0 |
| 15 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Arnd Bergmann | 1fd01aa | 2015-02-05 15:22:59 +0100 | [diff] [blame^] | 16 | select RESET_CONTROLLER |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 17 | help |
| 18 | Include support for STiH41x SOCs like STiH415/416 using the device tree |
| 19 | for discovery |
| 20 | More information at Documentation/arm/STiH41x and |
| 21 | at Documentation/devicetree |
| 22 | |
| 23 | |
| 24 | if ARCH_STI |
| 25 | |
| 26 | config SOC_STIH415 |
| 27 | bool "STiH415 STMicroelectronics Consumer Electronics family" |
| 28 | default y |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame] | 29 | select STIH415_RESET |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 30 | help |
| 31 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 32 | Electronics family StiH415 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 33 | and other digital audio/video applications using Flattned Device |
| 34 | Trees. |
| 35 | |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 36 | config SOC_STIH416 |
| 37 | bool "STiH416 STMicroelectronics Consumer Electronics family" |
| 38 | default y |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame] | 39 | select STIH416_RESET |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 40 | help |
| 41 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 42 | Electronics family StiH416 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 43 | and other digital audio/video applications using Flattened Device |
| 44 | Trees. |
| 45 | |
Peter Griffin | c273211 | 2014-07-02 16:08:00 +0200 | [diff] [blame] | 46 | config SOC_STIH407 |
| 47 | bool "STiH407 STMicroelectronics Consumer Electronics family" |
| 48 | default y |
| 49 | select STIH407_RESET |
| 50 | help |
| 51 | This enables support for STMicroelectronics Digital Consumer |
| 52 | Electronics family StiH407 parts, targetted at set-top-box |
| 53 | and other digital audio/video applications using Flattened Device |
| 54 | Trees. |
| 55 | |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 56 | endif |