Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu...
[deliverable/linux.git] / arch / arm / mach-sti / Kconfig
CommitLineData
65ebcc11 1menuconfig ARCH_STI
e3246542
MY
2 bool "STMicroelectronics Consumer Electronics SOCs"
3 depends on ARCH_MULTI_V7
65ebcc11 4 select ARM_GIC
56439ab0 5 select ST_IRQCHIP
65ebcc11 6 select ARM_GLOBAL_TIMER
2ffdf71b 7 select CLKSRC_ST_LPC
65ebcc11
SK
8 select PINCTRL
9 select PINCTRL_ST
10 select MFD_SYSCON
8cd9bf18 11 select ARCH_HAS_RESET_CONTROLLER
65ebcc11
SK
12 select HAVE_ARM_SCU if SMP
13 select ARCH_REQUIRE_GPIOLIB
65ebcc11 14 select ARM_ERRATA_754322
a48c4904 15 select ARM_ERRATA_764369 if SMP
c9250073 16 select ARM_ERRATA_775420
a641f3a6
RK
17 select PL310_ERRATA_753970 if CACHE_L2X0
18 select PL310_ERRATA_769419 if CACHE_L2X0
1fd01aa2 19 select RESET_CONTROLLER
65ebcc11 20 help
33406c80
LJ
21 Include support for STMicroelectronics' STiH415/416, STiH407/10 and
22 STiH418 family SoCs using the Device Tree for discovery. More
23 information can be found in Documentation/arm/sti/ and
24 Documentation/devicetree.
65ebcc11
SK
25
26if ARCH_STI
27
28config SOC_STIH415
29 bool "STiH415 STMicroelectronics Consumer Electronics family"
30 default y
8cd9bf18 31 select STIH415_RESET
65ebcc11
SK
32 help
33 This enables support for STMicroelectronics Digital Consumer
8c88126b 34 Electronics family StiH415 parts, primarily targeted at set-top-box
65ebcc11
SK
35 and other digital audio/video applications using Flattned Device
36 Trees.
37
15969b45
SK
38config SOC_STIH416
39 bool "STiH416 STMicroelectronics Consumer Electronics family"
40 default y
8cd9bf18 41 select STIH416_RESET
15969b45
SK
42 help
43 This enables support for STMicroelectronics Digital Consumer
8c88126b 44 Electronics family StiH416 parts, primarily targeted at set-top-box
15969b45
SK
45 and other digital audio/video applications using Flattened Device
46 Trees.
47
c2732114
PG
48config SOC_STIH407
49 bool "STiH407 STMicroelectronics Consumer Electronics family"
50 default y
51 select STIH407_RESET
52 help
53 This enables support for STMicroelectronics Digital Consumer
54 Electronics family StiH407 parts, targetted at set-top-box
55 and other digital audio/video applications using Flattened Device
56 Trees.
57
65ebcc11 58endif
This page took 0.141651 seconds and 5 git commands to generate.