Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / mach-sti / Kconfig
1 menuconfig ARCH_STI
2         bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7
3         select ARM_GIC
4         select ARM_GLOBAL_TIMER
5         select PINCTRL
6         select PINCTRL_ST
7         select MFD_SYSCON
8         select HAVE_ARM_SCU if SMP
9         select ARCH_REQUIRE_GPIOLIB
10         select ARM_ERRATA_754322
11         select ARM_ERRATA_764369 if SMP
12         select ARM_ERRATA_775420
13         select PL310_ERRATA_753970 if CACHE_PL310
14         select PL310_ERRATA_769419 if CACHE_PL310
15         help
16           Include support for STiH41x SOCs like STiH415/416 using the device tree
17           for discovery
18           More information at Documentation/arm/STiH41x and
19           at Documentation/devicetree
20
21
22 if ARCH_STI
23
24 config SOC_STIH415
25         bool "STiH415 STMicroelectronics Consumer Electronics family"
26         default y
27         help
28           This enables support for STMicroelectronics Digital Consumer
29           Electronics family StiH415 parts, primarily targeted at set-top-box
30           and other digital audio/video applications using Flattned Device
31           Trees.
32
33 config SOC_STIH416
34         bool "STiH416 STMicroelectronics Consumer Electronics family"
35         default y
36         help
37           This enables support for STMicroelectronics Digital Consumer
38           Electronics family StiH416 parts, primarily targeted at set-top-box
39           and other digital audio/video applications using Flattened Device
40           Trees.
41
42 endif