diff options
-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 | |||
216 | help | 216 | help |
217 | Support the bugs of Xcopilot. | 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 | config UCSIMM | 231 | config UCSIMM |
220 | bool "uCsimm module support" | 232 | bool "uCsimm module support" |
221 | depends on M68EZ328 | 233 | depends on M68EZ328 |