]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - arch/arm/mach-ux500/Kconfig
Tools: hv: Support enumeration from all the pools
[linux-3.10.git] / arch / arm / mach-ux500 / Kconfig
1 if ARCH_U8500
2
3 config UX500_SOC_COMMON
4         bool
5         default y
6         select ARM_GIC
7         select HAS_MTU
8         select ARM_ERRATA_753970
9         select ARM_ERRATA_754322
10         select ARM_ERRATA_764369
11
12 menu "Ux500 SoC"
13
14 config UX500_SOC_DB5500
15         bool "DB5500"
16         select MFD_DB5500_PRCMU
17
18 config UX500_SOC_DB8500
19         bool "DB8500"
20         select MFD_DB8500_PRCMU
21         select REGULATOR_DB8500_PRCMU
22
23 endmenu
24
25 menu "Ux500 target platform (boards)"
26
27 config MACH_U8500
28         bool "U8500 Development platform"
29         depends on UX500_SOC_DB8500
30         select TPS6105X
31         help
32           Include support for the mop500 development platform.
33
34 config MACH_HREFV60
35        bool "U85000 Development platform, HREFv60 version"
36        depends on UX500_SOC_DB8500
37        help
38          Include support for the HREFv60 new development platform.
39
40 config MACH_SNOWBALL
41         bool "U8500 Snowball platform"
42         depends on UX500_SOC_DB8500
43         select MACH_U8500
44         help
45           Include support for the snowball development platform.
46
47 config MACH_U5500
48         bool "U5500 Development platform"
49         depends on UX500_SOC_DB5500
50         help
51           Include support for the U5500 development platform.
52 endmenu
53
54 config UX500_DEBUG_UART
55         int "Ux500 UART to use for low-level debug"
56         default 2
57         help
58           Choose the UART on which kernel low-level debug messages should be
59           output.
60
61 config U5500_MODEM_IRQ
62         bool "Modem IRQ support"
63         depends on UX500_SOC_DB5500
64         default y
65         help
66           Add support for handling IRQ:s from modem side
67
68 config U5500_MBOX
69         bool "Mailbox support"
70         depends on U5500_MODEM_IRQ
71         default y
72         help
73           Add support for U5500 mailbox communication with modem side
74
75 endif