blob: f18090e78e30dcf2858dd68009601646bbf1fb73 [file] [log] [blame]
Kevin Hilman7c6337e2007-04-30 19:37:19 +01001if ARCH_DAVINCI
2
3menu "TI DaVinci Implementations"
4
5comment "DaVinci Core Type"
6
7config ARCH_DAVINCI644x
8 default y
9 bool "DaVinci 644x based system"
10
11comment "DaVinci Board Type"
12
13config MACH_DAVINCI_EVM
14 bool "TI DaVinci EVM"
15 default y
16 depends on ARCH_DAVINCI644x
17 help
18 Configure this option to specify the whether the board used
19 for development is a DaVinci EVM
20
Kevin Hilman5526b3f2009-04-14 09:50:37 -050021
22config DAVINCI_MUX
23 bool "DAVINCI multiplexing support"
24 depends on ARCH_DAVINCI
25 default y
26 help
27 Pin multiplexing support for DAVINCI boards. If your bootloader
28 sets the multiplexing correctly, say N. Otherwise, or if unsure,
29 say Y.
30
31config DAVINCI_MUX_DEBUG
32 bool "Multiplexing debug output"
33 depends on DAVINCI_MUX
34 help
35 Makes the multiplexing functions print out a lot of debug info.
36 This is useful if you want to find out the correct values of the
37 multiplexing registers.
38
39config DAVINCI_MUX_WARNINGS
40 bool "Warn about pins the bootloader didn't set up"
41 depends on DAVINCI_MUX
42 help
43 Choose Y here to warn whenever driver initialization logic needs
44 to change the pin multiplexing setup. When there are no warnings
45 printed, it's safe to deselect DAVINCI_MUX for your product.
46
Kevin Hilmanc5b736d2009-03-20 17:29:01 -070047config DAVINCI_RESET_CLOCKS
48 bool "Reset unused clocks during boot"
49 depends on ARCH_DAVINCI
50 help
51 Say Y if you want to reset unused clocks during boot.
52 This option saves power, but assumes all drivers are
53 using the clock framework. Broken drivers that do not
54 yet use clock framework may not work with this option.
55 If you are booting from another operating system, you
56 probably do not want this option enabled until your
57 device drivers work properly.
58
Kevin Hilman7c6337e2007-04-30 19:37:19 +010059endmenu
60
61endif