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