Discussion:
Adding kernel config options
Eric McCorkle
2018-09-08 16:00:35 UTC
Permalink
Is there a guide somewhere to adding new kernel configuration options?
If so, where can I find it?

What I'm going to want to do is fairly simple. It would look like this:

option TRUST
option TRUST_BUILTIN_ROOTCERTS
option TRUST_KEYBUF_ROOTCERTS

I assume these would then show up as make/preprocessor defs according to
some convention?


I'll also eventually want to do something like:

device trust

for a pseudo-device interface.

Loading...