diff options
author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-28 15:27:32 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-28 15:28:09 +0100 |
commit | 9c45286182c96db8e05749daab17f6213f7ff55c (patch) | |
tree | 44d10f0aaa71093bace3a942311a99197a94def2 /packages/linux/linux-2.6.28 | |
parent | f430bac83b345803a693c4d446367339b44a2599 (diff) |
linux: enable TX buffers in SRAM on at91sam9263ek - less underruns
Diffstat (limited to 'packages/linux/linux-2.6.28')
-rw-r--r-- | packages/linux/linux-2.6.28/at91sam9263ek/defconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/linux/linux-2.6.28/at91sam9263ek/defconfig b/packages/linux/linux-2.6.28/at91sam9263ek/defconfig index d4355e8625..72a8bb8e21 100644 --- a/packages/linux/linux-2.6.28/at91sam9263ek/defconfig +++ b/packages/linux/linux-2.6.28/at91sam9263ek/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28 -# Thu Jan 22 13:17:54 2009 +# Wed Jan 28 15:11:30 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -404,8 +404,6 @@ CONFIG_BT_HCIBTSDIO=m # CONFIG_AF_RXRPC is not set # CONFIG_PHONET is not set # CONFIG_WIRELESS is not set -# CONFIG_MAC80211_RC_DEFAULT_PID is not set -# CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set @@ -613,7 +611,7 @@ CONFIG_DAVICOM_PHY=y CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_MACB=y -# CONFIG_MACB_TX_SRAM is not set +CONFIG_MACB_TX_SRAM=y # CONFIG_AX88796 is not set # CONFIG_SMC91X is not set # CONFIG_DM9000 is not set |