[PATCH xenomai-images] linux-xenomai: x86: Enable NETCONSOLE
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
The e1000e driver has some dovetail specific extension that depends on CONFIG_NETCONSOLE. Enabling NETCONSOLE as module helps to detect build failures early. Signed-off-by: Florian Bezdeka <[email protected]> --- recipes-kernel/linux/files/amd64_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/files/amd64_defconfig b/recipes-kernel/linux/files/amd64_defconfig index a0a516f..23170ba 100644 --- a/recipes-kernel/linux/files/amd64_defconfig +++ b/recipes-kernel/linux/files/amd64_defconfig @@ -1791,7 +1791,7 @@ CONFIG_NET_FC=y # CONFIG_MACVLAN is not set # CONFIG_VXLAN is not set # CONFIG_MACSEC is not set -# CONFIG_NETCONSOLE is not set +CONFIG_NETCONSOLE=m # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set CONFIG_TUN=y -- 2.53.0