Kconfig 1.3 KB
Newer Older
1
menuconfig ARCH_STI
2
	bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7
3 4 5 6 7
	select ARM_GIC
	select ARM_GLOBAL_TIMER
	select PINCTRL
	select PINCTRL_ST
	select MFD_SYSCON
8
	select ARCH_HAS_RESET_CONTROLLER
9 10 11
	select HAVE_ARM_SCU if SMP
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_754322
12
	select ARM_ERRATA_764369 if SMP
13
	select ARM_ERRATA_775420
14 15 16 17 18 19 20 21 22 23 24 25 26 27
	select PL310_ERRATA_753970 if CACHE_PL310
	select PL310_ERRATA_769419 if CACHE_PL310
	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
28
	select STIH415_RESET
29 30
	help
	  This enables support for STMicroelectronics Digital Consumer
M
Masanari Iida 已提交
31
	  Electronics family StiH415 parts, primarily targeted at set-top-box
32 33 34
	  and other digital audio/video applications using Flattned Device
	  Trees.

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

45
endif