Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 1 | menuconfig ARCH_STI |
| 2 | bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7 |
| 3 | select GENERIC_CLOCKEVENTS |
| 4 | select CLKDEV_LOOKUP |
| 5 | select ARM_GIC |
| 6 | select ARM_GLOBAL_TIMER |
| 7 | select PINCTRL |
| 8 | select PINCTRL_ST |
| 9 | select MFD_SYSCON |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame^] | 10 | select ARCH_HAS_RESET_CONTROLLER |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 11 | select MIGHT_HAVE_CACHE_L2X0 |
| 12 | select HAVE_SMP |
| 13 | select HAVE_ARM_SCU if SMP |
| 14 | select ARCH_REQUIRE_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 |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 18 | select PL310_ERRATA_753970 if CACHE_PL310 |
| 19 | select PL310_ERRATA_769419 if CACHE_PL310 |
| 20 | help |
| 21 | Include support for STiH41x SOCs like STiH415/416 using the device tree |
| 22 | for discovery |
| 23 | More information at Documentation/arm/STiH41x and |
| 24 | at Documentation/devicetree |
| 25 | |
| 26 | |
| 27 | if ARCH_STI |
| 28 | |
| 29 | config SOC_STIH415 |
| 30 | bool "STiH415 STMicroelectronics Consumer Electronics family" |
| 31 | default y |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame^] | 32 | select STIH415_RESET |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 33 | help |
| 34 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 35 | Electronics family StiH415 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 36 | and other digital audio/video applications using Flattned Device |
| 37 | Trees. |
| 38 | |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 39 | config SOC_STIH416 |
| 40 | bool "STiH416 STMicroelectronics Consumer Electronics family" |
| 41 | default y |
Stephen Gallimore | 8cd9bf1 | 2013-11-18 10:34:32 +0000 | [diff] [blame^] | 42 | select STIH416_RESET |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 43 | help |
| 44 | This enables support for STMicroelectronics Digital Consumer |
Masanari Iida | 8c88126 | 2013-09-29 20:54:15 +0900 | [diff] [blame] | 45 | Electronics family StiH416 parts, primarily targeted at set-top-box |
Srinivas Kandagatla | 15969b4 | 2013-06-25 12:15:23 +0100 | [diff] [blame] | 46 | and other digital audio/video applications using Flattened Device |
| 47 | Trees. |
| 48 | |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 49 | endif |