diff options
author | David Wu <davidwu@arcturusnetworks.com> | 2007-07-25 14:07:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-25 20:05:01 +0200 |
commit | 36995223872df6642e604aab2be84377a5d12a19 (patch) | |
tree | 077e592682605dd4adbcd7f83d369a946e993cf2 /arch/m68knommu | |
parent | m68knommu: fix workqueues in 68328 serial driver (diff) | |
download | linux-36995223872df6642e604aab2be84377a5d12a19.tar.xz linux-36995223872df6642e604aab2be84377a5d12a19.zip |
m68knommu: add configure support for more Arcturus boards
Add configure support for the Arcturus UC5272 and UC5282 boards.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 1175ceff8b2a..e151988d85a4 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -216,6 +216,18 @@ config XCOPILOT_BUGS help Support the bugs of Xcopilot. +config UC5272 + bool 'Arcturus Networks uC5272 dimm board support' + depends on M5272 + help + Support for the Arcturus Networks uC5272 dimm board. + +config UC5282 + bool "Arcturus Networks uC5282 board support" + depends on M528x + help + Support for the Arcturus Networks uC5282 dimm board. + config UCSIMM bool "uCsimm module support" depends on M68EZ328 |