mach-ux500: Add pin configuration for snowball board
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-ux500 / Kconfig
CommitLineData
f38406bb
RV
1if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
6 select ARM_GIC
7 select HAS_MTU
6e266b20 8 select ARM_ERRATA_753970
f38406bb 9
d2a40972 10menu "Ux500 SoC"
f38406bb
RV
11
12config UX500_SOC_DB5500
d2a40972 13 bool "DB5500"
8317797c 14 select MFD_DB5500_PRCMU
d2a40972
RV
15
16config UX500_SOC_DB8500
17 bool "DB8500"
650c2a21 18 select MFD_DB8500_PRCMU
1032fbfd 19 select REGULATOR_DB8500_PRCMU
d2a40972
RV
20
21endmenu
f38406bb 22
9372da50 23menu "Ux500 target platform (boards)"
aa44ef4d 24
d2a40972 25config MACH_U8500
591d8dd7 26 bool "U8500 Development platform"
d2a40972 27 depends on UX500_SOC_DB8500
fe67dfc8 28 select TPS6105X
aa44ef4d 29 help
f3af03de 30 Include support for the mop500 development platform.
591d8dd7 31
9372da50
LW
32config MACH_HREFV60
33 bool "U85000 Development platform, HREFv60 version"
34 depends on UX500_SOC_DB8500
35 help
36 Include support for the HREFv60 new development platform.
37
591d8dd7
RV
38config MACH_U5500
39 bool "U5500 Development platform"
d2a40972 40 depends on UX500_SOC_DB5500
591d8dd7
RV
41 help
42 Include support for the U5500 development platform.
d2a40972 43endmenu
f38406bb 44
39a982b4
RV
45config UX500_DEBUG_UART
46 int "Ux500 UART to use for low-level debug"
47 default 2
48 help
49 Choose the UART on which kernel low-level debug messages should be
50 output.
51
e81fcc97
LW
52config U5500_MODEM_IRQ
53 bool "Modem IRQ support"
d2a40972 54 depends on UX500_SOC_DB5500
e81fcc97
LW
55 default y
56 help
57 Add support for handling IRQ:s from modem side
58
59config U5500_MBOX
60 bool "Mailbox support"
d2a40972 61 depends on U5500_MODEM_IRQ
e81fcc97
LW
62 default y
63 help
64 Add support for U5500 mailbox communication with modem side
65
f38406bb 66endif