2013-06-25 13:15:10 +02:00
|
|
|
menuconfig ARCH_STI
|
2014-06-10 16:06:10 +02:00
|
|
|
bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7
|
2013-06-25 13:15:10 +02:00
|
|
|
select ARM_GIC
|
2015-05-12 14:51:00 +02:00
|
|
|
select ST_IRQCHIP
|
2013-06-25 13:15:10 +02:00
|
|
|
select ARM_GLOBAL_TIMER
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_ST
|
|
|
|
select MFD_SYSCON
|
2013-11-18 11:34:32 +01:00
|
|
|
select ARCH_HAS_RESET_CONTROLLER
|
2013-06-25 13:15:10 +02:00
|
|
|
select HAVE_ARM_SCU if SMP
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select ARM_ERRATA_754322
|
2013-11-14 01:38:07 +01:00
|
|
|
select ARM_ERRATA_764369 if SMP
|
2013-07-09 09:26:33 +02:00
|
|
|
select ARM_ERRATA_775420
|
2014-06-19 11:19:10 +02:00
|
|
|
select PL310_ERRATA_753970 if CACHE_L2X0
|
|
|
|
select PL310_ERRATA_769419 if CACHE_L2X0
|
2015-02-05 15:22:59 +01:00
|
|
|
select RESET_CONTROLLER
|
2013-06-25 13:15:10 +02:00
|
|
|
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
|
2013-11-18 11:34:32 +01:00
|
|
|
select STIH415_RESET
|
2013-06-25 13:15:10 +02:00
|
|
|
help
|
|
|
|
This enables support for STMicroelectronics Digital Consumer
|
2013-09-29 13:54:15 +02:00
|
|
|
Electronics family StiH415 parts, primarily targeted at set-top-box
|
2013-06-25 13:15:10 +02:00
|
|
|
and other digital audio/video applications using Flattned Device
|
|
|
|
Trees.
|
|
|
|
|
2013-06-25 13:15:23 +02:00
|
|
|
config SOC_STIH416
|
|
|
|
bool "STiH416 STMicroelectronics Consumer Electronics family"
|
|
|
|
default y
|
2013-11-18 11:34:32 +01:00
|
|
|
select STIH416_RESET
|
2013-06-25 13:15:23 +02:00
|
|
|
help
|
|
|
|
This enables support for STMicroelectronics Digital Consumer
|
2013-09-29 13:54:15 +02:00
|
|
|
Electronics family StiH416 parts, primarily targeted at set-top-box
|
2013-06-25 13:15:23 +02:00
|
|
|
and other digital audio/video applications using Flattened Device
|
|
|
|
Trees.
|
|
|
|
|
2014-07-02 16:08:00 +02:00
|
|
|
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.
|
|
|
|
|
2013-06-25 13:15:10 +02:00
|
|
|
endif
|