diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-11-05 15:37:53 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-29 09:17:59 +1000 |
commit | 74169f98c785e7f6b5e6f5a0c2707020b4fc7368 (patch) | |
tree | 61def86ebcb253a7d5e6e72797d5f27778aba41a /arch/m68k | |
parent | e9d9dc6ac2d7a87c84ae72ff391d3040e2ca5df2 (diff) | |
download | linux-3.10-74169f98c785e7f6b5e6f5a0c2707020b4fc7368.tar.gz linux-3.10-74169f98c785e7f6b5e6f5a0c2707020b4fc7368.tar.bz2 linux-3.10-74169f98c785e7f6b5e6f5a0c2707020b4fc7368.zip |
m68knommu: add support for configuring a Freescale M5373EVB board
Add a configuration switch for supporting the Freescale M5373EVB board.
It is based on the newly added ColdFire 537x CPU support.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.machine | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 28ec0c08c9c..b9ab0a69561 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -358,6 +358,13 @@ config COBRA5329 help Support for the senTec COBRA5329 board. +config M5373EVB + bool "Freescale M5373EVB board support" + depends on M537x + select FREESCALE + help + Support for the Freescale M5373EVB board. + config M5407C3 bool "Motorola M5407C3 board support" depends on M5407 |