blob: 7e33e9d2c42e73e468209b361bde1eaac48b62c7 [file] [log] [blame]
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001menuconfig ARCH_STI
Rob Herring21278ae2014-06-10 09:06:10 -05002 bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01003 select ARM_GIC
4 select ARM_GLOBAL_TIMER
5 select PINCTRL
6 select PINCTRL_ST
7 select MFD_SYSCON
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +00008 select ARCH_HAS_RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01009 select HAVE_ARM_SCU if SMP
10 select ARCH_REQUIRE_GPIOLIB
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010011 select ARM_ERRATA_754322
Olof Johanssona48c4902013-11-13 16:38:07 -080012 select ARM_ERRATA_764369 if SMP
Srinivas Kandagatlac9250072013-07-09 08:26:33 +010013 select ARM_ERRATA_775420
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010014 select PL310_ERRATA_753970 if CACHE_PL310
15 select PL310_ERRATA_769419 if CACHE_PL310
16 help
17 Include support for STiH41x SOCs like STiH415/416 using the device tree
18 for discovery
19 More information at Documentation/arm/STiH41x and
20 at Documentation/devicetree
21
22
23if ARCH_STI
24
25config SOC_STIH415
26 bool "STiH415 STMicroelectronics Consumer Electronics family"
27 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000028 select STIH415_RESET
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010029 help
30 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090031 Electronics family StiH415 parts, primarily targeted at set-top-box
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010032 and other digital audio/video applications using Flattned Device
33 Trees.
34
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010035config SOC_STIH416
36 bool "STiH416 STMicroelectronics Consumer Electronics family"
37 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000038 select STIH416_RESET
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010039 help
40 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090041 Electronics family StiH416 parts, primarily targeted at set-top-box
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010042 and other digital audio/video applications using Flattened Device
43 Trees.
44
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010045endif