blob: 25506209e97a3e4c6ece3ce4a7e486465acb12ba [file] [log] [blame]
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001menuconfig 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 Gallimore8cd9bf12013-11-18 10:34:32 +000010 select ARCH_HAS_RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010011 select MIGHT_HAVE_CACHE_L2X0
12 select HAVE_SMP
13 select HAVE_ARM_SCU if SMP
14 select ARCH_REQUIRE_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
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010018 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
27if ARCH_STI
28
29config SOC_STIH415
30 bool "STiH415 STMicroelectronics Consumer Electronics family"
31 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000032 select STIH415_RESET
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010033 help
34 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090035 Electronics family StiH415 parts, primarily targeted at set-top-box
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010036 and other digital audio/video applications using Flattned Device
37 Trees.
38
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010039config SOC_STIH416
40 bool "STiH416 STMicroelectronics Consumer Electronics family"
41 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000042 select STIH416_RESET
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010043 help
44 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090045 Electronics family StiH416 parts, primarily targeted at set-top-box
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010046 and other digital audio/video applications using Flattened Device
47 Trees.
48
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010049endif