Kconfig 1.7 KB
Newer Older
1
menuconfig ARCH_STI
2 3
	bool "STMicroelectronics Consumer Electronics SOCs"
	depends on ARCH_MULTI_V7
4
	select ARM_GIC
5
	select ST_IRQCHIP
6 7 8 9
	select ARM_GLOBAL_TIMER
	select PINCTRL
	select PINCTRL_ST
	select MFD_SYSCON
10
	select ARCH_HAS_RESET_CONTROLLER
11 12 13
	select HAVE_ARM_SCU if SMP
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_754322
14
	select ARM_ERRATA_764369 if SMP
15
	select ARM_ERRATA_775420
16 17
	select PL310_ERRATA_753970 if CACHE_L2X0
	select PL310_ERRATA_769419 if CACHE_L2X0
18
	select RESET_CONTROLLER
19 20 21 22 23 24 25 26 27 28 29 30
	help
	  Include support for STiH41x SOCs like STiH415/416 using the device tree
	  for discovery
	  More information at Documentation/arm/STiH41x and
	  at Documentation/devicetree


if ARCH_STI

config SOC_STIH415
	bool "STiH415 STMicroelectronics Consumer Electronics family"
	default y
31
	select STIH415_RESET
32 33
	help
	  This enables support for STMicroelectronics Digital Consumer
M
Masanari Iida 已提交
34
	  Electronics family StiH415 parts, primarily targeted at set-top-box
35 36 37
	  and other digital audio/video applications using Flattned Device
	  Trees.

38 39 40
config SOC_STIH416
	bool "STiH416 STMicroelectronics Consumer Electronics family"
	default y
41
	select STIH416_RESET
42 43
	help
	  This enables support for STMicroelectronics Digital Consumer
M
Masanari Iida 已提交
44
	  Electronics family StiH416 parts, primarily targeted at set-top-box
45 46 47
	  and other digital audio/video applications using Flattened Device
	  Trees.

48 49 50 51 52 53 54 55 56 57
config SOC_STIH407
	bool "STiH407 STMicroelectronics Consumer Electronics family"
	default y
	select STIH407_RESET
	help
	  This enables support for STMicroelectronics Digital Consumer
	  Electronics family StiH407 parts, targetted at set-top-box
	  and other digital audio/video applications using Flattened Device
	  Trees.

58
endif