Merge tag 'pm-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux-block.git] / arch / arm / mach-davinci / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f962396c
BG
2
3menuconfig ARCH_DAVINCI
4 bool "TI DaVinci"
5 depends on ARCH_MULTI_V5
5d6f5267 6 depends on CPU_LITTLE_ENDIAN
46367f09 7 select ARCH_DAVINCI_DA850
40974ee4 8 select CPU_ARM926T
f962396c
BG
9 select DAVINCI_TIMER
10 select ZONE_DMA
f962396c
BG
11 select PM_GENERIC_DOMAINS if PM
12 select PM_GENERIC_DOMAINS_OF if PM && OF
13 select REGMAP_MMIO
7afec66e 14 select RESET_CONTROLLER
f54e8634 15 select PINCTRL
f962396c
BG
16 select PINCTRL_SINGLE
17
7c6337e2
KH
18if ARCH_DAVINCI
19
7c6337e2
KH
20comment "DaVinci Core Type"
21
e1a8d7e2 22config ARCH_DAVINCI_DA850
48ea89ea 23 bool "DA850/OMAP-L138/AM18x based system"
45d5fe1c 24 select ARCH_DAVINCI_DA8XX
0fc3d74c 25 select DAVINCI_CP_INTC
e1a8d7e2 26
55c79a40
MG
27config ARCH_DAVINCI_DA8XX
28 bool
e38d92fd 29
5526b3f7
KH
30config DAVINCI_MUX
31 bool "DAVINCI multiplexing support"
32 depends on ARCH_DAVINCI
33 default y
34 help
35 Pin multiplexing support for DAVINCI boards. If your bootloader
36 sets the multiplexing correctly, say N. Otherwise, or if unsure,
37 say Y.
38
39config DAVINCI_MUX_DEBUG
a7884f45
SN
40 bool "Multiplexing debug output"
41 depends on DAVINCI_MUX
42 help
43 Makes the multiplexing functions print out a lot of debug info.
44 This is useful if you want to find out the correct values of the
45 multiplexing registers.
5526b3f7
KH
46
47config DAVINCI_MUX_WARNINGS
a7884f45
SN
48 bool "Warn about pins the bootloader didn't set up"
49 depends on DAVINCI_MUX
50 help
51 Choose Y here to warn whenever driver initialization logic needs
52 to change the pin multiplexing setup. When there are no warnings
53 printed, it's safe to deselect DAVINCI_MUX for your product.
5526b3f7 54
7c6337e2 55endif