tizen 2.3.1 release
[kernel/linux-3.0.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"
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_U5500
35         bool "U5500 Development platform"
36         depends on UX500_SOC_DB5500
37         help
38           Include support for the U5500 development platform.
39 endmenu
40
41 config UX500_DEBUG_UART
42         int "Ux500 UART to use for low-level debug"
43         default 2
44         help
45           Choose the UART on which kernel low-level debug messages should be
46           output.
47
48 config U5500_MODEM_IRQ
49         bool "Modem IRQ support"
50         depends on UX500_SOC_DB5500
51         default y
52         help
53           Add support for handling IRQ:s from modem side
54
55 config U5500_MBOX
56         bool "Mailbox support"
57         depends on U5500_MODEM_IRQ
58         default y
59         help
60           Add support for U5500 mailbox communication with modem side
61
62 endif