diff options
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 060f142a1e20..266a39eebcad 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -168,6 +168,11 @@ config M5407 | |||
168 | help | 168 | help |
169 | Motorola ColdFire 5407 processor support. | 169 | Motorola ColdFire 5407 processor support. |
170 | 170 | ||
171 | config M547x | ||
172 | bool "MCF547x" | ||
173 | help | ||
174 | Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support. | ||
175 | |||
171 | config M548x | 176 | config M548x |
172 | bool "MCF548x" | 177 | bool "MCF548x" |
173 | help | 178 | help |
@@ -183,7 +188,7 @@ config M527x | |||
183 | 188 | ||
184 | config M54xx | 189 | config M54xx |
185 | bool | 190 | bool |
186 | depends on M548x | 191 | depends on (M548x || M547x) |
187 | default y | 192 | default y |
188 | 193 | ||
189 | config COLDFIRE | 194 | config COLDFIRE |