Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68knommu: fix FEC platform device registration when driver is modular | Greg Ungerer | 2016-03-07 | 1 | -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 code | Greg Ungerer | 2014-09-29 | 1 | -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> |