Re: [PATCH V2 net-next] net: ena: Fix Kconfig dependency on X86

2018-10-17 Thread David Miller
From: Date: Wed, 17 Oct 2018 10:04:21 + > 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 Applied.

[PATCH V2 net-next] net: ena: Fix Kconfig dependency on 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 del