diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-06 14:20:19 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-03-15 12:01:55 +0100 |
commit | 7badfabb3fcee4fc4a0fd7c0437706b91fef3fff (patch) | |
tree | ecbf84372982840e9942f2f10c05e30fc99a69f6 /arch/m68knommu/Kconfig | |
parent | m68knommu: make ColdFire internal peripheral region configurable (diff) | |
download | linux-7badfabb3fcee4fc4a0fd7c0437706b91fef3fff.tar.xz linux-7badfabb3fcee4fc4a0fd7c0437706b91fef3fff.zip |
m68knommu: add basic support for the ColdFire based FireBee board
The FireBee is a ColdFire 5475 based board. Add a configuration option
to support it, and the basic platform flash layout code.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index b597ce07142b..2e6fe63b7a0f 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -519,6 +519,12 @@ config M5407C3 help Support for the Motorola M5407C3 board. +config FIREBEE + bool "FireBee board support" + depends on M547x + help + Support for the FireBee ColdFire 5475 based board. + config CLEOPATRA bool "Feith CLEOPATRA board support" depends on (M5307 || M5407) |