mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
37 lines
1012 B
Plaintext
37 lines
1012 B
Plaintext
|
menuconfig ARCH_STI
|
||
|
bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7
|
||
|
select GENERIC_CLOCKEVENTS
|
||
|
select CLKDEV_LOOKUP
|
||
|
select ARM_GIC
|
||
|
select ARM_GLOBAL_TIMER
|
||
|
select PINCTRL
|
||
|
select PINCTRL_ST
|
||
|
select MFD_SYSCON
|
||
|
select MIGHT_HAVE_CACHE_L2X0
|
||
|
select HAVE_SMP
|
||
|
select HAVE_ARM_SCU if SMP
|
||
|
select ARCH_REQUIRE_GPIOLIB
|
||
|
select ARM_ERRATA_720789
|
||
|
select ARM_ERRATA_754322
|
||
|
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
|
||
|
help
|
||
|
This enables support for STMicroelectronics Digital Consumer
|
||
|
Electronics family StiH415 parts, primarily targetted at set-top-box
|
||
|
and other digital audio/video applications using Flattned Device
|
||
|
Trees.
|
||
|
|
||
|
endif
|