treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / arch / arm / mach-sti / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
65ebcc11 2menuconfig ARCH_STI
e3246542
MY
3 bool "STMicroelectronics Consumer Electronics SOCs"
4 depends on ARCH_MULTI_V7
65ebcc11 5 select ARM_GIC
56439ab0 6 select ST_IRQCHIP
65ebcc11 7 select ARM_GLOBAL_TIMER
2ffdf71b 8 select CLKSRC_ST_LPC
65ebcc11
SK
9 select PINCTRL
10 select PINCTRL_ST
11 select MFD_SYSCON
8cd9bf18 12 select ARCH_HAS_RESET_CONTROLLER
65ebcc11 13 select HAVE_ARM_SCU if SMP
5c34a4e8 14 select GPIOLIB
65ebcc11 15 select ARM_ERRATA_754322
a48c4904 16 select ARM_ERRATA_764369 if SMP
c9250073 17 select ARM_ERRATA_775420
a641f3a6
RK
18 select PL310_ERRATA_753970 if CACHE_L2X0
19 select PL310_ERRATA_769419 if CACHE_L2X0
1fd01aa2 20 select RESET_CONTROLLER
65ebcc11 21 help
33406c80
LJ
22 Include support for STMicroelectronics' STiH415/416, STiH407/10 and
23 STiH418 family SoCs using the Device Tree for discovery. More
24 information can be found in Documentation/arm/sti/ and
25 Documentation/devicetree.
65ebcc11
SK
26
27if ARCH_STI
28
29config SOC_STIH415
30 bool "STiH415 STMicroelectronics Consumer Electronics family"
31 default y
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
41 help
42 This enables support for STMicroelectronics Digital Consumer
8c88126b 43 Electronics family StiH416 parts, primarily targeted at set-top-box
15969b45
SK
44 and other digital audio/video applications using Flattened Device
45 Trees.
46
c2732114
PG
47config 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
65ebcc11 57endif