davinci: INTC: add support for TI cp_intc
[linux-2.6] / arch / arm / mach-davinci / Kconfig
1 if ARCH_DAVINCI
2
3 config CP_INTC
4         bool
5
6 menu "TI DaVinci Implementations"
7
8 comment "DaVinci Core Type"
9
10 config ARCH_DAVINCI_DM644x
11         bool "DaVinci 644x based system"
12
13 comment "DaVinci Board Type"
14
15 config MACH_DAVINCI_EVM
16         bool "TI DM644x EVM"
17         default y
18         depends on ARCH_DAVINCI_DM644x
19         help
20           Configure this option to specify the whether the board used
21           for development is a DM644x EVM
22
23
24 config 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
33 config 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
41 config 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
49 config 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
61 endmenu
62
63 endif