Commit d4732d3c59b84bb093e11c8f755f32801b4bf86d
Committed by
Greg Ungerer
1 parent
f3221a39de
Exists in
master
and in
7 other branches
m68knommu: add ColdFire M532x to the FEC configuration options
Signed-off-by: Matt Waddel <Matt.Waddel@freescale.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/Kconfig
... | ... | @@ -1829,7 +1829,7 @@ |
1829 | 1829 | |
1830 | 1830 | config FEC |
1831 | 1831 | bool "FEC ethernet controller (of ColdFire CPUs)" |
1832 | - depends on M523x || M527x || M5272 || M528x || M520x | |
1832 | + depends on M523x || M527x || M5272 || M528x || M520x || M532x | |
1833 | 1833 | help |
1834 | 1834 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
1835 | 1835 | controller on some Motorola ColdFire processors. |