diff options
author | Fugang Duan <B38611@freescale.com> | 2011-11-02 14:10:19 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:04:00 +0800 |
commit | 9a78df8426b8b1096edbbe51fda79268d075ba17 (patch) | |
tree | d2592eb473f768831ce069cf2f88417f48eb1aee /arch/arm/configs/imx6_defconfig | |
parent | d0b74032eb32c50f8b14963ec5178b791bb47704 (diff) |
ENGR00161207 - i.MX6/defconfig: add IEEE 1588 config
If use IEEE 1588, need to enable below the config:
CONFIG_FEC_1588=y
CONFIG_OUT_OF_BAND=y
These config applied to i.MX5 and i.MX6Q.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'arch/arm/configs/imx6_defconfig')
-rw-r--r-- | arch/arm/configs/imx6_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 0228ca435fb5..2755a441c5a0 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -884,6 +884,8 @@ CONFIG_SMSC911X=y # CONFIG_KS8851 is not set # CONFIG_KS8851_MLL is not set CONFIG_FEC=y +# CONFIG_FEC_158 is not set +# CONFIG_OUT_OF_BAND is not set # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set CONFIG_WLAN=y |