Greetings,

I want to trim down my Linux kernel to only support a tty and ethernet card, I don’t need any other features, has anyone done something similar of trimming down the linux kernel. I know that “make tinyconfig” exist but it’s not what I want.

can anyone suggest me something? or provide me some documentation to do it?

Thanks in advance!

  • whoareuOP
    link
    fedilink
    English
    215 days ago

    ohk so basically I need enable these two things:

    1. Ethernet Card Driver
    2. Serial Console

    other things would be enabled by default in “make menuconfig” right?