diff options
author | Hugo Villeneuve <hugo.villeneuve@lyrtech.com> | 2009-04-29 19:46:57 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 10:18:15 -0400 |
commit | f5ce6a67a78357da5e88782b1cf1cc10b36f102c (patch) | |
tree | ab65c2f686e053bb6f094dbe6156384e7bfc83bd /arch/arm/mach-davinci/Kconfig | |
parent | fb6313879caa46831d71a316b97b51d37d100269 (diff) |
davinci: DM644x: add support for SFFSDR board
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 56cd03f908e2..0d8ad593a463 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -20,6 +20,13 @@ config MACH_DAVINCI_EVM | |||
20 | Configure this option to specify the whether the board used | 20 | Configure this option to specify the whether the board used |
21 | for development is a DM644x EVM | 21 | for development is a DM644x EVM |
22 | 22 | ||
23 | config MACH_SFFSDR | ||
24 | bool "Lyrtech SFFSDR" | ||
25 | default n | ||
26 | depends on ARCH_DAVINCI_DM644x | ||
27 | help | ||
28 | Say Y here to select the Lyrtech Small Form Factor | ||
29 | Software Defined Radio (SFFSDR) board. | ||
23 | 30 | ||
24 | config DAVINCI_MUX | 31 | config DAVINCI_MUX |
25 | bool "DAVINCI multiplexing support" | 32 | bool "DAVINCI multiplexing support" |