blob: 6f1af29f935d2bd5f75a47b70d214f1fbddf0b9b [file] [log] [blame]
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001menuconfig ARCH_STI
Masahiro Yamadae3246542015-11-16 12:06:10 +09002 bool "STMicroelectronics Consumer Electronics SOCs"
3 depends on ARCH_MULTI_V7
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01004 select ARM_GIC
Lee Jones56439ab2015-05-12 14:51:00 +02005 select ST_IRQCHIP
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01006 select ARM_GLOBAL_TIMER
Daniel Lezcano2ffdf712015-10-09 15:33:06 +02007 select CLKSRC_ST_LPC
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01008 select PINCTRL
9 select PINCTRL_ST
10 select MFD_SYSCON
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000011 select ARCH_HAS_RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010012 select HAVE_ARM_SCU if SMP
13 select ARCH_REQUIRE_GPIOLIB
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010014 select ARM_ERRATA_754322
Olof Johanssona48c4902013-11-13 16:38:07 -080015 select ARM_ERRATA_764369 if SMP
Srinivas Kandagatlac9250072013-07-09 08:26:33 +010016 select ARM_ERRATA_775420
Russell Kinga641f3a2014-06-19 10:19:10 +010017 select PL310_ERRATA_753970 if CACHE_L2X0
18 select PL310_ERRATA_769419 if CACHE_L2X0
Arnd Bergmann1fd01aa2015-02-05 15:22:59 +010019 select RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010020 help
Lee Jones33406c82015-05-05 13:13:57 +010021 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 Kandagatla65ebcc12013-06-25 12:15:10 +010025
26if ARCH_STI
27
28config SOC_STIH415
29 bool "STiH415 STMicroelectronics Consumer Electronics family"
30 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000031 select STIH415_RESET
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010032 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
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000041 select STIH416_RESET
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010042 help
43 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090044 Electronics family StiH416 parts, primarily targeted at set-top-box
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010045 and other digital audio/video applications using Flattened Device
46 Trees.
47
Peter Griffinc2732112014-07-02 16:08:00 +020048config 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 Kandagatla65ebcc12013-06-25 12:15:10 +010058endif