xref: /openbmc/linux/arch/arm/mach-sti/Kconfig (revision 8851b9f1)
1menuconfig 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
10	select MIGHT_HAVE_CACHE_L2X0
11	select HAVE_SMP
12	select HAVE_ARM_SCU if SMP
13	select ARCH_REQUIRE_GPIOLIB
14	select ARM_ERRATA_720789
15	select ARM_ERRATA_754322
16	select PL310_ERRATA_753970 if CACHE_PL310
17	select PL310_ERRATA_769419 if CACHE_PL310
18	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
30	help
31	  This enables support for STMicroelectronics Digital Consumer
32	  Electronics family StiH415 parts, primarily targetted at set-top-box
33	  and other digital audio/video applications using Flattned Device
34	  Trees.
35
36config SOC_STIH416
37	bool "STiH416 STMicroelectronics Consumer Electronics family"
38	default y
39	help
40	  This enables support for STMicroelectronics Digital Consumer
41	  Electronics family StiH416 parts, primarily targetted at set-top-box
42	  and other digital audio/video applications using Flattened Device
43	  Trees.
44
45endif
46