Skip to content

Commit

Permalink
m68knommu: add support for configuring a Freescale M5373EVB board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Apr 28, 2013
1 parent e9d9dc6 commit 74169f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/m68k/Kconfig.machine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74169f9

Please sign in to comment.