Commit 36995223872df6642e604aab2be84377a5d12a19
Committed by
Linus Torvalds
1 parent
931f9cde5c
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff
arch/m68knommu/Kconfig
... | ... | @@ -216,6 +216,18 @@ |
216 | 216 | help |
217 | 217 | Support the bugs of Xcopilot. |
218 | 218 | |
219 | +config UC5272 | |
220 | + bool 'Arcturus Networks uC5272 dimm board support' | |
221 | + depends on M5272 | |
222 | + help | |
223 | + Support for the Arcturus Networks uC5272 dimm board. | |
224 | + | |
225 | +config UC5282 | |
226 | + bool "Arcturus Networks uC5282 board support" | |
227 | + depends on M528x | |
228 | + help | |
229 | + Support for the Arcturus Networks uC5282 dimm board. | |
230 | + | |
219 | 231 | config UCSIMM |
220 | 232 | bool "uCsimm module support" |
221 | 233 | depends on M68EZ328 |