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