blob: b2d45cf10a3c3f87284d5545fab59f59d0ab0fe6 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01002menuconfig ARCH_STI
Masahiro Yamadae3246542015-11-16 12:06:10 +09003 bool "STMicroelectronics Consumer Electronics SOCs"
4 depends on ARCH_MULTI_V7
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01005 select ARM_GIC
Lee Jones56439ab2015-05-12 14:51:00 +02006 select ST_IRQCHIP
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01007 select ARM_GLOBAL_TIMER
Daniel Lezcano2ffdf712015-10-09 15:33:06 +02008 select CLKSRC_ST_LPC
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01009 select PINCTRL
10 select PINCTRL_ST
11 select MFD_SYSCON
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000012 select ARCH_HAS_RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010013 select HAVE_ARM_SCU if SMP
Linus Walleij5c34a4e2016-06-02 14:10:16 +020014 select GPIOLIB
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010015 select ARM_ERRATA_754322
Olof Johanssona48c4902013-11-13 16:38:07 -080016 select ARM_ERRATA_764369 if SMP
Srinivas Kandagatlac9250072013-07-09 08:26:33 +010017 select ARM_ERRATA_775420
Russell Kinga641f3a2014-06-19 10:19:10 +010018 select PL310_ERRATA_753970 if CACHE_L2X0
19 select PL310_ERRATA_769419 if CACHE_L2X0
Arnd Bergmann1fd01aa2015-02-05 15:22:59 +010020 select RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010021 help
Lee Jones33406c82015-05-05 13:13:57 +010022 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 Kandagatla65ebcc12013-06-25 12:15:10 +010026
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
Masanari Iida8c881262013-09-29 20:54:15 +090034 Electronics family StiH415 parts, primarily targeted at set-top-box
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010035 and other digital audio/video applications using Flattned Device
36 Trees.
37
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010038config SOC_STIH416
39 bool "STiH416 STMicroelectronics Consumer Electronics family"
40 default y
41 help
42 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090043 Electronics family StiH416 parts, primarily targeted at set-top-box
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010044 and other digital audio/video applications using Flattened Device
45 Trees.
46
Peter Griffinc2732112014-07-02 16:08:00 +020047config 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 Kandagatla65ebcc12013-06-25 12:15:10 +010057endif