diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-22 11:47:26 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-22 11:47:26 +1000 |
commit | 8976e85626936dc3ec7cbb10f3f17ec09ee1876d (patch) | |
tree | 43a2fd5b71f2fbee0ca23db0a9502bfab7d954ed | |
parent | 6852758f9adc41c4ce9985adacfdb4f36e9a65db (diff) | |
download | meta-xilinx-8976e85626936dc3ec7cbb10f3f17ec09ee1876d.tar.gz |
zynq/defconfig_3.10.cfg: The macb driver is non-functional in 3.10
* The macb mainline driver for GEM is non-functional in 3.10, disable
the driver in the kernel
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg index 8481b308..d057fc19 100644 --- a/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg +++ b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg | |||
@@ -1038,7 +1038,7 @@ CONFIG_ETHERNET=y | |||
1038 | # CONFIG_NET_VENDOR_ATHEROS is not set | 1038 | # CONFIG_NET_VENDOR_ATHEROS is not set |
1039 | CONFIG_NET_CADENCE=y | 1039 | CONFIG_NET_CADENCE=y |
1040 | # CONFIG_ARM_AT91_ETHER is not set | 1040 | # CONFIG_ARM_AT91_ETHER is not set |
1041 | CONFIG_MACB=y | 1041 | CONFIG_MACB=n |
1042 | CONFIG_NET_VENDOR_BROADCOM=y | 1042 | CONFIG_NET_VENDOR_BROADCOM=y |
1043 | # CONFIG_B44 is not set | 1043 | # CONFIG_B44 is not set |
1044 | # CONFIG_BNX2 is not set | 1044 | # CONFIG_BNX2 is not set |