aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/Kconfig
diff options
context:
space:
mode:
authorKevin Hilman <khilman@deeprootsystems.com>2009-04-14 10:50:37 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-04-27 12:49:46 -0400
commit5526b3f7e3317bdd0dcc0483214935ae64236efb (patch)
treeb79862724db5ffec0ffb0bb78c3534e5ffefb1b7 /arch/arm/mach-davinci/Kconfig
parent617b925f94e0126841164ffd40dd3a8879502b57 (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/Kconfig26
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
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
21config DAVINCI_RESET_CLOCKS 47config 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