diff options
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index ef7099eea0f2..0e8470a3fbeb 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -10,10 +10,6 @@ config UX500_SOC_COMMON | |||
10 | select ARM_ERRATA_764369 | 10 | select ARM_ERRATA_764369 |
11 | select CACHE_L2X0 | 11 | select CACHE_L2X0 |
12 | 12 | ||
13 | config UX500_SOC_DB5500 | ||
14 | bool | ||
15 | select MFD_DB5500_PRCMU | ||
16 | |||
17 | config UX500_SOC_DB8500 | 13 | config UX500_SOC_DB8500 |
18 | bool | 14 | bool |
19 | select MFD_DB8500_PRCMU | 15 | select MFD_DB8500_PRCMU |
@@ -45,15 +41,8 @@ config MACH_SNOWBALL | |||
45 | help | 41 | help |
46 | Include support for the snowball development platform. | 42 | Include support for the snowball development platform. |
47 | 43 | ||
48 | config MACH_U5500 | ||
49 | bool "U5500 Development platform" | ||
50 | select UX500_SOC_DB5500 | ||
51 | help | ||
52 | Include support for the U5500 development platform. | ||
53 | |||
54 | config UX500_AUTO_PLATFORM | 44 | config UX500_AUTO_PLATFORM |
55 | def_bool y | 45 | def_bool y |
56 | depends on !MACH_U5500 | ||
57 | select MACH_MOP500 | 46 | select MACH_MOP500 |
58 | help | 47 | help |
59 | At least one platform needs to be selected in order to build | 48 | At least one platform needs to be selected in order to build |
@@ -74,18 +63,4 @@ config UX500_DEBUG_UART | |||
74 | Choose the UART on which kernel low-level debug messages should be | 63 | Choose the UART on which kernel low-level debug messages should be |
75 | output. | 64 | output. |
76 | 65 | ||
77 | config U5500_MODEM_IRQ | ||
78 | bool "Modem IRQ support" | ||
79 | depends on UX500_SOC_DB5500 | ||
80 | default y | ||
81 | help | ||
82 | Add support for handling IRQ:s from modem side | ||
83 | |||
84 | config U5500_MBOX | ||
85 | bool "Mailbox support" | ||
86 | depends on U5500_MODEM_IRQ | ||
87 | default y | ||
88 | help | ||
89 | Add support for U5500 mailbox communication with modem side | ||
90 | |||
91 | endif | 66 | endif |