davinci: Factor out emac mac address handling
[deliverable/linux.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
e38d92fd
KH
16config ARCH_DAVINCI_DM646x
17 bool "DaVinci 646x based system"
18
7c6337e2
KH
19comment "DaVinci Board Type"
20
21config MACH_DAVINCI_EVM
d0e47fba 22 bool "TI DM644x EVM"
7c6337e2 23 default y
d0e47fba 24 depends on ARCH_DAVINCI_DM644x
7c6337e2
KH
25 help
26 Configure this option to specify the whether the board used
d0e47fba 27 for development is a DM644x EVM
7c6337e2 28
f5ce6a67
HV
29config MACH_SFFSDR
30 bool "Lyrtech SFFSDR"
31 default n
32 depends on ARCH_DAVINCI_DM644x
33 help
34 Say Y here to select the Lyrtech Small Form Factor
35 Software Defined Radio (SFFSDR) board.
5526b3f7 36
95a3477f
KH
37config MACH_DAVINCI_DM355_EVM
38 bool "TI DM355 EVM"
39 default n
40 depends on ARCH_DAVINCI_DM355
41 help
42 Configure this option to specify the whether the board used
43 for development is a DM355 EVM
44
45config MACH_DM355_LEOPARD
46 bool "DM355 Leopard board"
47 default n
48 depends on ARCH_DAVINCI_DM355
49 help
50 Configure this option to specify the whether the board used
51 for development is a DM355 Leopard board.
52
e38d92fd
KH
53config MACH_DAVINCI_DM6467_EVM
54 bool "TI DM6467 EVM"
55 default n
56 depends on ARCH_DAVINCI_DM646x
57 help
58 Configure this option to specify the whether the board used
59 for development is a DM6467 EVM
60
61
5526b3f7
KH
62config DAVINCI_MUX
63 bool "DAVINCI multiplexing support"
64 depends on ARCH_DAVINCI
65 default y
66 help
67 Pin multiplexing support for DAVINCI boards. If your bootloader
68 sets the multiplexing correctly, say N. Otherwise, or if unsure,
69 say Y.
70
71config DAVINCI_MUX_DEBUG
72 bool "Multiplexing debug output"
73 depends on DAVINCI_MUX
74 help
75 Makes the multiplexing functions print out a lot of debug info.
76 This is useful if you want to find out the correct values of the
77 multiplexing registers.
78
79config DAVINCI_MUX_WARNINGS
80 bool "Warn about pins the bootloader didn't set up"
81 depends on DAVINCI_MUX
82 help
83 Choose Y here to warn whenever driver initialization logic needs
84 to change the pin multiplexing setup. When there are no warnings
85 printed, it's safe to deselect DAVINCI_MUX for your product.
86
c5b736d0
KH
87config DAVINCI_RESET_CLOCKS
88 bool "Reset unused clocks during boot"
89 depends on ARCH_DAVINCI
90 help
91 Say Y if you want to reset unused clocks during boot.
92 This option saves power, but assumes all drivers are
93 using the clock framework. Broken drivers that do not
94 yet use clock framework may not work with this option.
95 If you are booting from another operating system, you
96 probably do not want this option enabled until your
97 device drivers work properly.
98
7c6337e2
KH
99endmenu
100
101endif
This page took 0.213023 seconds and 5 git commands to generate.