Re: [PATCH net-next] net: ena: Fix Kconfig dependencies X86

2018-10-17 Thread Belgazal, Netanel
Sure. Removing them and resubmit. On 10/17/18, 11:37 AM, "Sergei Shtylyov" wrote: Hello! On 17.10.2018 11:16, neta...@amazon.com wrote: > From: Netanel Belgazal > > The Kconfig limitation of X86 is to too wide. > The ENA driver only requires a little endian

Re: [PATCH net-next] net: ena: Fix Kconfig dependencies X86

2018-10-17 Thread Sergei Shtylyov
Hello! On 17.10.2018 11:16, neta...@amazon.com wrote: From: Netanel Belgazal The Kconfig limitation of X86 is to too wide. The ENA driver only requires a little endian dependency. Change the dependency to be on little endian CPU. Signed-off-by: Netanel Belgazal ---

[PATCH net-next] net: ena: Fix Kconfig dependencies X86

2018-10-17 Thread netanel
From: Netanel Belgazal The Kconfig limitation of X86 is to too wide. The ENA driver only requires a little endian dependency. Change the dependency to be on little endian CPU. Signed-off-by: Netanel Belgazal --- drivers/net/ethernet/amazon/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1