diff options
| author | Tom Rini <[email protected]> | 2023-11-01 12:28:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-07 14:50:51 -0500 |
| commit | 2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5 (patch) | |
| tree | ec7ad0b5836870ada20d9d9eafe8e31aca33fa70 /arch/m68k/lib | |
| parent | 56ea7c8b7534d676120b37f70427724a1e0965e2 (diff) | |
m68k: Remove CONFIG_FSLDMAFEC
There are no platforms which enable this feature, so remove it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/m68k/lib')
| -rw-r--r-- | arch/m68k/lib/fec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/lib/fec.c b/arch/m68k/lib/fec.c index d6f238e4b34..ac36aec0ed7 100644 --- a/arch/m68k/lib/fec.c +++ b/arch/m68k/lib/fec.c @@ -10,7 +10,7 @@ DECLARE_GLOBAL_DATA_PTR; -#if defined(CONFIG_MCFFEC) || defined(CONFIG_FSLDMAFEC) +#if defined(CONFIG_MCFFEC) static int fec_get_node(int fec_idx) { char fec_alias[5] = {"fec"}; @@ -77,4 +77,4 @@ int fec_get_mii_base(int fec_idx, u32 *mii_base) return fec_get_fdt_prop(fec_idx, "mii-base", mii_base); } -#endif //CONFIG_MCFFEC || CONFIG_FSLDMAFEC +#endif //CONFIG_MCFFEC |
