aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-05-21 06:09:21 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-21 12:50:22 -0400
commit0a290593a053752d9629fb1276392ce35c26b348 (patch)
tree8d89161327bc430137993398d7be8cb7927d5d5e /arch/blackfin/Kconfig
parent6e537e9329d133526a576b741f85b3d48edc4ac1 (diff)
Blackfin arch: initial tepla-bf561 board support
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 35b33a44677b..b1b111bb2f3a 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -193,7 +193,7 @@ config BFIN537_BLUETECHNIX_CM
193 CM-BF537 support for EVAL- and DEV-Board. 193 CM-BF537 support for EVAL- and DEV-Board.
194 194
195config BFIN561_BLUETECHNIX_CM 195config BFIN561_BLUETECHNIX_CM
196 bool "BF561-CM" 196 bool "Bluetechnix CM-BF561"
197 depends on (BF561) 197 depends on (BF561)
198 help 198 help
199 CM-BF561 support for EVAL- and DEV-Board. 199 CM-BF561 support for EVAL- and DEV-Board.
@@ -204,6 +204,12 @@ config BFIN561_EZKIT
204 help 204 help
205 BF561-EZKIT-LITE board Support. 205 BF561-EZKIT-LITE board Support.
206 206
207config BFIN561_TEPLA
208 bool "BF561-TEPLA"
209 depends on (BF561)
210 help
211 BF561-TEPLA board Support.
212
207config PNAV10 213config PNAV10
208 bool "PNAV 1.0 board" 214 bool "PNAV 1.0 board"
209 depends on (BF537) 215 depends on (BF537)