Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-sti / Kconfig
CommitLineData
65ebcc11
SK
1menuconfig ARCH_STI
2 bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7
65ebcc11
SK
3 select ARM_GIC
4 select ARM_GLOBAL_TIMER
5 select PINCTRL
6 select PINCTRL_ST
7 select MFD_SYSCON
8cd9bf18 8 select ARCH_HAS_RESET_CONTROLLER
65ebcc11
SK
9 select HAVE_ARM_SCU if SMP
10 select ARCH_REQUIRE_GPIOLIB
65ebcc11 11 select ARM_ERRATA_754322
a48c4904 12 select ARM_ERRATA_764369 if SMP
c9250073 13 select ARM_ERRATA_775420
65ebcc11
SK
14 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
8cd9bf18 28 select STIH415_RESET
65ebcc11
SK
29 help
30 This enables support for STMicroelectronics Digital Consumer
8c88126b 31 Electronics family StiH415 parts, primarily targeted at set-top-box
65ebcc11
SK
32 and other digital audio/video applications using Flattned Device
33 Trees.
34
15969b45
SK
35config SOC_STIH416
36 bool "STiH416 STMicroelectronics Consumer Electronics family"
37 default y
8cd9bf18 38 select STIH416_RESET
15969b45
SK
39 help
40 This enables support for STMicroelectronics Digital Consumer
8c88126b 41 Electronics family StiH416 parts, primarily targeted at set-top-box
15969b45
SK
42 and other digital audio/video applications using Flattened Device
43 Trees.
44
65ebcc11 45endif
This page took 0.073404 seconds and 5 git commands to generate.