blob: b2d45cf10a3c3f87284d5545fab59f59d0ab0fe6 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002menuconfig ARCH_STI
3 bool "STMicroelectronics Consumer Electronics SOCs"
4 depends on ARCH_MULTI_V7
5 select ARM_GIC
6 select ST_IRQCHIP
7 select ARM_GLOBAL_TIMER
8 select CLKSRC_ST_LPC
9 select PINCTRL
10 select PINCTRL_ST
11 select MFD_SYSCON
12 select ARCH_HAS_RESET_CONTROLLER
13 select HAVE_ARM_SCU if SMP
14 select GPIOLIB
15 select ARM_ERRATA_754322
16 select ARM_ERRATA_764369 if SMP
17 select ARM_ERRATA_775420
18 select PL310_ERRATA_753970 if CACHE_L2X0
19 select PL310_ERRATA_769419 if CACHE_L2X0
20 select RESET_CONTROLLER
21 help
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.
26
27if ARCH_STI
28
29config SOC_STIH415
30 bool "STiH415 STMicroelectronics Consumer Electronics family"
31 default y
32 help
33 This enables support for STMicroelectronics Digital Consumer
34 Electronics family StiH415 parts, primarily targeted at set-top-box
35 and other digital audio/video applications using Flattned Device
36 Trees.
37
38config SOC_STIH416
39 bool "STiH416 STMicroelectronics Consumer Electronics family"
40 default y
41 help
42 This enables support for STMicroelectronics Digital Consumer
43 Electronics family StiH416 parts, primarily targeted at set-top-box
44 and other digital audio/video applications using Flattened Device
45 Trees.
46
47config 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
57endif