aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-12-08 00:38:01 -0500
committerLinus Walleij <linus.walleij@stericsson.com>2011-01-10 12:34:54 -0500
commitd2a40972ec70bd2060d3c46050a101a9678d2991 (patch)
tree7583e0e604bdb168f96f20277d4f63bcbf3ea409 /arch/arm/mach-ux500
parent5ec65521c99178a87f4c859101a92c36f4701fd7 (diff)
ux500: allow 5500 and 8500 to be built together
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/Kconfig26
1 files changed, 14 insertions, 12 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 2dd44a0b461..247caa3400d 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -7,28 +7,30 @@ config UX500_SOC_COMMON
7 select HAS_MTU 7 select HAS_MTU
8 select NOMADIK_GPIO 8 select NOMADIK_GPIO
9 9
10config UX500_SOC_DB8500 10menu "Ux500 SoC"
11 bool
12 11
13config UX500_SOC_DB5500 12config UX500_SOC_DB5500
14 bool 13 bool "DB5500"
14
15config UX500_SOC_DB8500
16 bool "DB8500"
17
18endmenu
15 19
16choice 20menu "Ux500 target platform"
17 prompt "Ux500 target platform"
18 default MACH_U8500_MOP
19 21
20config MACH_U8500_MOP 22config MACH_U8500
21 bool "U8500 Development platform" 23 bool "U8500 Development platform"
22 select UX500_SOC_DB8500 24 depends on UX500_SOC_DB8500
23 help 25 help
24 Include support for the mop500 development platform. 26 Include support for the mop500 development platform.
25 27
26config MACH_U5500 28config MACH_U5500
27 bool "U5500 Development platform" 29 bool "U5500 Development platform"
28 select UX500_SOC_DB5500 30 depends on UX500_SOC_DB5500
29 help 31 help
30 Include support for the U5500 development platform. 32 Include support for the U5500 development platform.
31endchoice 33endmenu
32 34
33config UX500_DEBUG_UART 35config UX500_DEBUG_UART
34 int "Ux500 UART to use for low-level debug" 36 int "Ux500 UART to use for low-level debug"
@@ -39,14 +41,14 @@ config UX500_DEBUG_UART
39 41
40config U5500_MODEM_IRQ 42config U5500_MODEM_IRQ
41 bool "Modem IRQ support" 43 bool "Modem IRQ support"
42 depends on MACH_U5500 44 depends on UX500_SOC_DB5500
43 default y 45 default y
44 help 46 help
45 Add support for handling IRQ:s from modem side 47 Add support for handling IRQ:s from modem side
46 48
47config U5500_MBOX 49config U5500_MBOX
48 bool "Mailbox support" 50 bool "Mailbox support"
49 depends on MACH_U5500 && U5500_MODEM_IRQ 51 depends on U5500_MODEM_IRQ
50 default y 52 default y
51 help 53 help
52 Add support for U5500 mailbox communication with modem side 54 Add support for U5500 mailbox communication with modem side