Where options exist in both src.opts.mk and kern.opts.mk they should be kept in sync. PR: 269994 Sponsored by: The FreeBSD Foundation
Details
Details
- Reviewers
imp - Commits
- rG7661a2abe45c: src.opts.mk: sync FDT and OFED options with kern.opts.mk
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/mk/src.opts.mk | ||
---|---|---|
286 | looks like this gets used in stand/ |
share/mk/src.opts.mk | ||
---|---|---|
286 | Yea, this will break kboot on amd64, but that needs some more thought... and kboot on amd64 doesn't work yet, so it's no biggie |
Comment Actions
On IRC there's ongoing discussion about kernel OFED support, and that it should probably be enabled on arm64. I think the right path here is to go ahead with this commit, rationalizing the option defaults between userland and kernel, and from there turn options on/off for specific architectures for both kernel and userland.