ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git] / arch / arm / mach-ux500 / Kconfig
blob6ebdb0d0382822b8fb40e0fd76f2b2f2fc800aed
1 if ARCH_U8500
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
12 menu "Ux500 SoC"
14 config UX500_SOC_DB5500
15         bool "DB5500"
16         select MFD_DB5500_PRCMU
18 config UX500_SOC_DB8500
19         bool "DB8500"
20         select MFD_DB8500_PRCMU
21         select REGULATOR_DB8500_PRCMU
23 endmenu
25 menu "Ux500 target platform"
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.
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
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.
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
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
62 endif