]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-davinci/Kconfig
davinci: DM355: add base SoC and board support
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-davinci / Kconfig
CommitLineData
7c6337e2
KH
1if ARCH_DAVINCI
2
0521444d
SS
3config CP_INTC
4 bool
5
7c6337e2
KH
6menu "TI DaVinci Implementations"
7
8comment "DaVinci Core Type"
9
d0e47fba 10config ARCH_DAVINCI_DM644x
7c6337e2
KH
11 bool "DaVinci 644x based system"
12
95a3477f
KH
13config ARCH_DAVINCI_DM355
14 bool "DaVinci 355 based system"
15
7c6337e2
KH
16comment "DaVinci Board Type"
17
18config MACH_DAVINCI_EVM
d0e47fba 19 bool "TI DM644x EVM"
7c6337e2 20 default y
d0e47fba 21 depends on ARCH_DAVINCI_DM644x
7c6337e2
KH
22 help
23 Configure this option to specify the whether the board used
d0e47fba 24 for development is a DM644x EVM
7c6337e2 25
f5ce6a67
HV
26config MACH_SFFSDR
27 bool "Lyrtech SFFSDR"
28 default n
29 depends on ARCH_DAVINCI_DM644x
30 help
31 Say Y here to select the Lyrtech Small Form Factor
32 Software Defined Radio (SFFSDR) board.
5526b3f7 33
95a3477f
KH
34config MACH_DAVINCI_DM355_EVM
35 bool "TI DM355 EVM"
36 default n
37 depends on ARCH_DAVINCI_DM355
38 help
39 Configure this option to specify the whether the board used
40 for development is a DM355 EVM
41
42config MACH_DM355_LEOPARD
43 bool "DM355 Leopard board"
44 default n
45 depends on ARCH_DAVINCI_DM355
46 help
47 Configure this option to specify the whether the board used
48 for development is a DM355 Leopard board.
49
5526b3f7
KH
50config DAVINCI_MUX
51 bool "DAVINCI multiplexing support"
52 depends on ARCH_DAVINCI
53 default y
54 help
55 Pin multiplexing support for DAVINCI boards. If your bootloader
56 sets the multiplexing correctly, say N. Otherwise, or if unsure,
57 say Y.
58
59config DAVINCI_MUX_DEBUG
60 bool "Multiplexing debug output"
61 depends on DAVINCI_MUX
62 help
63 Makes the multiplexing functions print out a lot of debug info.
64 This is useful if you want to find out the correct values of the
65 multiplexing registers.
66
67config DAVINCI_MUX_WARNINGS
68 bool "Warn about pins the bootloader didn't set up"
69 depends on DAVINCI_MUX
70 help
71 Choose Y here to warn whenever driver initialization logic needs
72 to change the pin multiplexing setup. When there are no warnings
73 printed, it's safe to deselect DAVINCI_MUX for your product.
74
c5b736d0
KH
75config DAVINCI_RESET_CLOCKS
76 bool "Reset unused clocks during boot"
77 depends on ARCH_DAVINCI
78 help
79 Say Y if you want to reset unused clocks during boot.
80 This option saves power, but assumes all drivers are
81 using the clock framework. Broken drivers that do not
82 yet use clock framework may not work with this option.
83 If you are booting from another operating system, you
84 probably do not want this option enabled until your
85 device drivers work properly.
86
7c6337e2
KH
87endmenu
88
89endif