summaryrefslogtreecommitdiffstats
path: root/arch/m68k/coldfire/device.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m68knommu: fix FEC platform device registration when driver is modularGreg Ungerer2016-03-071-2/+2
| | | | | | | | | | | The FEC (Fast Ethernet Crontroller) module on many ColdFire parts can be compiled into the kernel, or as a module. Therefore the platform device support for it is required whenever the driver is enabled - not just when built into the kernel. Use IS_ENABLED(CONFIG_FEC) instead of a conditional check on only the driver being built into the kernel. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: move coldfire platform codeGreg Ungerer2014-09-291-0/+369
Move the m68k ColdFire platform support code directory to be with the existing m68k platforms. Although the ColdFire is not a platform as such, we have always kept all its support together. No reason to change that as this time. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>