diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-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 060f142a1e2..266a39eebca 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -168,6 +168,11 @@ config M5407 help Motorola ColdFire 5407 processor support. +config M547x + bool "MCF547x" + help + Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support. + config M548x bool "MCF548x" help @@ -183,7 +188,7 @@ config M527x config M54xx bool - depends on M548x + depends on (M548x || M547x) default y config COLDFIRE |