lkl / linux

Linux kernel source tree

Home Page:https://lkl.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow builds with CONFIG_NET disabled

ddiss opened this issue · comments

arch/lkl/Kconfig currently carries:

 17        select NET
 18        select MULTIUSER
 19        select INET
 20        select IPV6

This keeps things relatively simple in that tools/lkl/lib/net.c etc. can be built unconditionally. Still, there's no particular reason to only support lkl builds alongside CONFIG_NET, given that tools such as lklfuse have no specific need for anything network related.