diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-04-14 10:50:37 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-04-27 12:49:46 -0400 |
commit | 5526b3f7e3317bdd0dcc0483214935ae64236efb (patch) | |
tree | b79862724db5ffec0ffb0bb78c3534e5ffefb1b7 /arch/arm/mach-davinci/Kconfig | |
parent | 617b925f94e0126841164ffd40dd3a8879502b57 (diff) |
davinci: update pin-multiplexing support
Update MUX support to be more general and useful across multiple
SoCs in the DaVinci family.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index af886734c73b..f18090e78e30 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -18,6 +18,32 @@ config MACH_DAVINCI_EVM | |||
18 | Configure this option to specify the whether the board used | 18 | Configure this option to specify the whether the board used |
19 | for development is a DaVinci EVM | 19 | for development is a DaVinci EVM |
20 | 20 | ||
21 | |||
22 | config 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 | |||
31 | config 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 | |||
39 | config 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 | |||
21 | config DAVINCI_RESET_CLOCKS | 47 | config DAVINCI_RESET_CLOCKS |
22 | bool "Reset unused clocks during boot" | 48 | bool "Reset unused clocks during boot" |
23 | depends on ARCH_DAVINCI | 49 | depends on ARCH_DAVINCI |