From 42e46191036d10036d63a62f801939d4188e61ad Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 2 Nov 2010 12:13:34 +1000 Subject: [PATCH] --- yaml --- r: 231808 b: refs/heads/master c: 9e29949cfcf0ed737f5b9778fd232f1e6b825e3e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68knommu/Kconfig | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 873e713d8602..53c36248ad79 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b2e6555ac3eb58a4e5eb5020471df08f0c42c01 +refs/heads/master: 9e29949cfcf0ed737f5b9778fd232f1e6b825e3e diff --git a/trunk/arch/m68knommu/Kconfig b/trunk/arch/m68knommu/Kconfig index 060f142a1e20..266a39eebcad 100644 --- a/trunk/arch/m68knommu/Kconfig +++ b/trunk/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