]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/arm/mach-sti/Kconfig
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
[linux.git] / arch / arm / mach-sti / Kconfig
1 menuconfig ARCH_STI
2         bool "STMicroelectronics Consumer Electronics SOCs"
3         depends on ARCH_MULTI_V7
4         select ARM_GIC
5         select ST_IRQCHIP
6         select ARM_GLOBAL_TIMER
7         select CLKSRC_ST_LPC
8         select PINCTRL
9         select PINCTRL_ST
10         select MFD_SYSCON
11         select ARCH_HAS_RESET_CONTROLLER
12         select HAVE_ARM_SCU if SMP
13         select ARCH_REQUIRE_GPIOLIB
14         select ARM_ERRATA_754322
15         select ARM_ERRATA_764369 if SMP
16         select ARM_ERRATA_775420
17         select PL310_ERRATA_753970 if CACHE_L2X0
18         select PL310_ERRATA_769419 if CACHE_L2X0
19         select RESET_CONTROLLER
20         help
21           Include support for STiH41x SOCs like STiH415/416 using the device tree
22           for discovery
23           More information at Documentation/arm/STiH41x and
24           at Documentation/devicetree
25
26
27 if ARCH_STI
28
29 config SOC_STIH415
30         bool "STiH415 STMicroelectronics Consumer Electronics family"
31         default y
32         select STIH415_RESET
33         help
34           This enables support for STMicroelectronics Digital Consumer
35           Electronics family StiH415 parts, primarily targeted at set-top-box
36           and other digital audio/video applications using Flattned Device
37           Trees.
38
39 config SOC_STIH416
40         bool "STiH416 STMicroelectronics Consumer Electronics family"
41         default y
42         select STIH416_RESET
43         help
44           This enables support for STMicroelectronics Digital Consumer
45           Electronics family StiH416 parts, primarily targeted at set-top-box
46           and other digital audio/video applications using Flattened Device
47           Trees.
48
49 config SOC_STIH407
50         bool "STiH407 STMicroelectronics Consumer Electronics family"
51         default y
52         select STIH407_RESET
53         help
54           This enables support for STMicroelectronics Digital Consumer
55           Electronics family StiH407 parts, targetted at set-top-box
56           and other digital audio/video applications using Flattened Device
57           Trees.
58
59 endif