9 menu "TI DaVinci Implementations"
11 comment "DaVinci Core Type"
13 config ARCH_DAVINCI_DM644x
14 bool "DaVinci 644x based system"
17 config ARCH_DAVINCI_DM355
18 bool "DaVinci 355 based system"
21 config ARCH_DAVINCI_DM646x
22 bool "DaVinci 646x based system"
25 comment "DaVinci Board Type"
27 config MACH_DAVINCI_EVM
30 depends on ARCH_DAVINCI_DM644x
32 Configure this option to specify the whether the board used
33 for development is a DM644x EVM
37 depends on ARCH_DAVINCI_DM644x
39 Say Y here to select the Lyrtech Small Form Factor
40 Software Defined Radio (SFFSDR) board.
42 config MACH_DAVINCI_DM355_EVM
44 depends on ARCH_DAVINCI_DM355
46 Configure this option to specify the whether the board used
47 for development is a DM355 EVM
49 config MACH_DM355_LEOPARD
50 bool "DM355 Leopard board"
51 depends on ARCH_DAVINCI_DM355
53 Configure this option to specify the whether the board used
54 for development is a DM355 Leopard board.
56 config MACH_DAVINCI_DM6467_EVM
58 depends on ARCH_DAVINCI_DM646x
60 Configure this option to specify the whether the board used
61 for development is a DM6467 EVM
65 bool "DAVINCI multiplexing support"
66 depends on ARCH_DAVINCI
69 Pin multiplexing support for DAVINCI boards. If your bootloader
70 sets the multiplexing correctly, say N. Otherwise, or if unsure,
73 config DAVINCI_MUX_DEBUG
74 bool "Multiplexing debug output"
75 depends on DAVINCI_MUX
77 Makes the multiplexing functions print out a lot of debug info.
78 This is useful if you want to find out the correct values of the
79 multiplexing registers.
81 config DAVINCI_MUX_WARNINGS
82 bool "Warn about pins the bootloader didn't set up"
83 depends on DAVINCI_MUX
85 Choose Y here to warn whenever driver initialization logic needs
86 to change the pin multiplexing setup. When there are no warnings
87 printed, it's safe to deselect DAVINCI_MUX for your product.
89 config DAVINCI_RESET_CLOCKS
90 bool "Reset unused clocks during boot"
91 depends on ARCH_DAVINCI
93 Say Y if you want to reset unused clocks during boot.
94 This option saves power, but assumes all drivers are
95 using the clock framework. Broken drivers that do not
96 yet use clock framework may not work with this option.
97 If you are booting from another operating system, you
98 probably do not want this option enabled until your
99 device drivers work properly.