This will allow us to have custom cut down kernels supporting just
a single SoC.
Details
Details
- Reviewers
imp - Group Reviewers
arm64 - Commits
- rS287162: Add an option to select which SoCs we are building for. It is intended to
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/conf/options.arm64 | ||
---|---|---|
10 ↗ | (On Diff #8196) | I'm planning on adding an option for the HiSilicon hi6220 in the HiKey board to enable the custom drivers we will need there. |
Comment Actions
So when we have a networking card driver for Thunder and would like to disable it in the kernel configuration, we will need to disable all ThunderX drivers?
Comment Actions
No more than you would any other device, you would define it in files.arm64 something like:
arm64/cavium/thunder_nic.c optional soc_cavm_thunderx thndr_nic
I moved the PCIe driver as I did because it's unlikely someone would be interested in pci on one SoC, but not on another.