xref: /openbmc/linux/arch/arm/mach-ux500/Kconfig (revision 1032fbfd)
1f38406bbSRabin Vincentif ARCH_U8500
2f38406bbSRabin Vincent
3f38406bbSRabin Vincentconfig UX500_SOC_COMMON
4f38406bbSRabin Vincent	bool
5f38406bbSRabin Vincent	default y
6f38406bbSRabin Vincent	select ARM_GIC
7f38406bbSRabin Vincent	select HAS_MTU
8f38406bbSRabin Vincent	select NOMADIK_GPIO
96e266b20SLinus Walleij	select ARM_ERRATA_753970
10f38406bbSRabin Vincent
11d2a40972SRabin Vincentmenu "Ux500 SoC"
12f38406bbSRabin Vincent
13f38406bbSRabin Vincentconfig UX500_SOC_DB5500
14d2a40972SRabin Vincent	bool "DB5500"
158317797cSLinus Walleij	select MFD_DB5500_PRCMU
16f38406bbSRabin Vincent
17d2a40972SRabin Vincentconfig UX500_SOC_DB8500
18d2a40972SRabin Vincent	bool "DB8500"
19650c2a21SLinus Walleij	select MFD_DB8500_PRCMU
20*1032fbfdSBengt Jonsson	select REGULATOR_DB8500_PRCMU
21aa44ef4dSSrinidhi Kasagar
22d2a40972SRabin Vincentendmenu
23d2a40972SRabin Vincent
24d2a40972SRabin Vincentmenu "Ux500 target platform"
25d2a40972SRabin Vincent
26d2a40972SRabin Vincentconfig MACH_U8500
27591d8dd7SRabin Vincent	bool "U8500 Development platform"
28d2a40972SRabin Vincent	depends on UX500_SOC_DB8500
29fe67dfc8SLinus Walleij	select TPS6105X
30aa44ef4dSSrinidhi Kasagar	help
31f3af03deSSrinidhi Kasagar	  Include support for the mop500 development platform.
32591d8dd7SRabin Vincent
33591d8dd7SRabin Vincentconfig MACH_U5500
34591d8dd7SRabin Vincent	bool "U5500 Development platform"
35d2a40972SRabin Vincent	depends on UX500_SOC_DB5500
36591d8dd7SRabin Vincent	help
37591d8dd7SRabin Vincent	  Include support for the U5500 development platform.
38d2a40972SRabin Vincentendmenu
39f38406bbSRabin Vincent
4039a982b4SRabin Vincentconfig UX500_DEBUG_UART
4139a982b4SRabin Vincent	int "Ux500 UART to use for low-level debug"
4239a982b4SRabin Vincent	default 2
4339a982b4SRabin Vincent	help
4439a982b4SRabin Vincent	  Choose the UART on which kernel low-level debug messages should be
4539a982b4SRabin Vincent	  output.
4639a982b4SRabin Vincent
47e81fcc97SLinus Walleijconfig U5500_MODEM_IRQ
48e81fcc97SLinus Walleij	bool "Modem IRQ support"
49d2a40972SRabin Vincent	depends on UX500_SOC_DB5500
50e81fcc97SLinus Walleij	default y
51e81fcc97SLinus Walleij	help
52e81fcc97SLinus Walleij	  Add support for handling IRQ:s from modem side
53e81fcc97SLinus Walleij
54e81fcc97SLinus Walleijconfig U5500_MBOX
55e81fcc97SLinus Walleij	bool "Mailbox support"
56d2a40972SRabin Vincent	depends on U5500_MODEM_IRQ
57e81fcc97SLinus Walleij	default y
58e81fcc97SLinus Walleij	help
59e81fcc97SLinus Walleij	  Add support for U5500 mailbox communication with modem side
60e81fcc97SLinus Walleij
61f38406bbSRabin Vincentendif
62