[OpenWrt-Devel] [PATCH 1/2] ipq806x: move stmmac support in the kernel binary

John Crispin blogic at openwrt.org
Mon Jun 1 14:18:59 EDT 2015



On 30/05/2015 10:51, Jonas Gorski wrote:
> Hi,
> 
> On Sat, May 30, 2015 at 3:11 AM, Mathieu Olivari <mathieu at codeaurora.org> wrote:
>> Ethernet GMAC is built-in the SoC, so there is no need to enable it as a
>> module. We'll just assume we need it. That's what is done for other
>> platform where this driver is used so it'll make things more consistent.
>>

...

>> @@ -366,6 +368,10 @@ CONFIG_SPI_MASTER=y
>>  CONFIG_SPI_QUP=y
>>  CONFIG_SPMI=y
>>  CONFIG_SPMI_MSM_PMIC_ARB=y
>> +# CONFIG_STMMAC_DA is not set
> 
> The kmod version had this enabled - is this change intentional?
> 
> 
> Jonas
> 

config STMMAC_DA
        bool "STMMAC DMA arbitration scheme"
        default n
        ---help---
          Selecting this option, rx has priority over Tx (only for Giga
          Ethernet device).
          By default, the DMA arbitration scheme is based on Round-robin
          (rx:tx priority is 1:1).

to me this option sounds like it should be off.
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list