diff options
author | Hugo Villeneuve <hugo.villeneuve@lyrtech.com> | 2009-04-29 16:46:57 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 07:18:15 -0700 |
commit | f5ce6a67a78357da5e88782b1cf1cc10b36f102c (patch) | |
tree | ab65c2f686e053bb6f094dbe6156384e7bfc83bd /arch/arm/mach-davinci/Kconfig | |
parent | fb6313879caa46831d71a316b97b51d37d100269 (diff) | |
download | op-kernel-dev-f5ce6a67a78357da5e88782b1cf1cc10b36f102c.zip op-kernel-dev-f5ce6a67a78357da5e88782b1cf1cc10b36f102c.tar.gz |
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 56cd03f..0d8ad593 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -20,6 +20,13 @@ config MACH_DAVINCI_EVM Configure this option to specify the whether the board used for development is a DM644x EVM +config MACH_SFFSDR + bool "Lyrtech SFFSDR" + default n + depends on ARCH_DAVINCI_DM644x + help + Say Y here to select the Lyrtech Small Form Factor + Software Defined Radio (SFFSDR) board. config DAVINCI_MUX bool "DAVINCI multiplexing support" |