Jump to content
  • 0

Turn off Networking support in Linux Kernel


endluri.ram

Question

Hi,

 

I am following the "Embedded Linux Hands on Tutorial for ZYBO". I was able to boot linux on ZYBO. my question is the default linux kernal has networking support enabled. My design doesnt need  networking support. So i ran "make menuconfig" and disbaled the networking support. If i compile Kernel after that I am getting error. Please tell me where else should i change to properly disable networking support.

 

I have attached my log files.

log_after_disabling_network.txt

original _log.txt

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

It looks like you found a missing dependence in CONFIG_RPMSG which has not been found before because very few people build Linux kernels without networking support.

 

I believe if you deselect RPMSG in menuconfig you will be able to build a kernel. The configuration for it is under drivers somewhere.

 

For extra points, you could make a patch that adds "depends on NET" to the config RPMSG entry in drivers/rpmsg/Kconfig and send that to the Linux kernel mailing list or to the maintainer of RPMSG.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...