blob: 125865daaf1719e931cb051b9039292799b8e930 [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
Lee Jones56439ab2015-05-12 14:51:00 +02004 select ST_IRQCHIP
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01005 select ARM_GLOBAL_TIMER
6 select PINCTRL
7 select PINCTRL_ST
8 select MFD_SYSCON
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +00009 select ARCH_HAS_RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010010 select HAVE_ARM_SCU if SMP
11 select ARCH_REQUIRE_GPIOLIB
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010012 select ARM_ERRATA_754322
Olof Johanssona48c4902013-11-13 16:38:07 -080013 select ARM_ERRATA_764369 if SMP
Srinivas Kandagatlac9250072013-07-09 08:26:33 +010014 select ARM_ERRATA_775420
Russell Kinga641f3a2014-06-19 10:19:10 +010015 select PL310_ERRATA_753970 if CACHE_L2X0
16 select PL310_ERRATA_769419 if CACHE_L2X0
Arnd Bergmann1fd01aa2015-02-05 15:22:59 +010017 select RESET_CONTROLLER
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010018 help
19 Include support for STiH41x SOCs like STiH415/416 using the device tree
20 for discovery
21 More information at Documentation/arm/STiH41x and
22 at Documentation/devicetree
23
24
25if ARCH_STI
26
27config SOC_STIH415
28 bool "STiH415 STMicroelectronics Consumer Electronics family"
29 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000030 select STIH415_RESET
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010031 help
32 This enables support for STMicroelectronics Digital Consumer
Masanari Iida8c881262013-09-29 20:54:15 +090033 Electronics family StiH415 parts, primarily targeted at set-top-box
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010034 and other digital audio/video applications using Flattned Device
35 Trees.
36
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010037config SOC_STIH416
38 bool "STiH416 STMicroelectronics Consumer Electronics family"
39 default y
Stephen Gallimore8cd9bf12013-11-18 10:34:32 +000040 select STIH416_RESET
Srinivas Kandagatla15969b42013-06-25 12:15:23 +010041 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