m68k: defconfig: new and updated ColdFire defconfigs
Greg Ungerer <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k |
|---|---|
| Message-ID | <[email protected]> |
Add new defconfigs for platforms based on the 5329 and 54118 ColdFire SoC devices. There is no existing defconfig support that covers these long time supported SoC parts, so this is to improve test and build coverage for those. Add a defconfig for the NETtel 5307 ColdFire based board. The 5307 ColdFire SoC has been supported from the start, but some platforms like the NETtel have some quirks and extra hardware peripheral support not used on other ColdFire platforms. So a defconfig for it improves test and build coverage. Lastly refresh the existing ColdFire defconfigs, making sure that modules is enabled on all platforms. Signed-off-by: Greg Ungerer <[email protected]> --- arch/m68k/configs/m5208evb_defconfig | 9 ++- arch/m68k/configs/m5249evb_defconfig | 9 ++- arch/m68k/configs/m5272c3_defconfig | 9 ++- arch/m68k/configs/m5275evb_defconfig | 9 ++- arch/m68k/configs/m5307c3_defconfig | 10 ++-- arch/m68k/configs/m5329evb_defconfig | 77 ++++++++++++++++++++++++++++++++++ arch/m68k/configs/m5407c3_defconfig | 9 +-- arch/m68k/configs/m54418evb_defconfig | 70 ++++++++++++++++++++++++++++++ arch/m68k/configs/m5475evb_defconfig | 12 ++--- arch/m68k/configs/nettel_defconfig | 56 ++++++++++++++++++++++++ 10 files changed, 238 insertions(+), 32 deletions(-)