freebsd-dev/sys/arm64/conf
Alexander V. Chernikov 3091d980f5 netlink: add NETLINK to the DEFAULTS for each architecture
NETLINK is going to replace rtsock and a number of other ioctl/sysctl interfaces.
In-base utilies such as route(8), netstat(8) and soon ifconfig(8)
 are being converted to use netlink sockets as a transport between
 kernel and userland.
In the current configuration, it still possible have the kernel
 without NETLINK (`nooptions NETLINK`) and use the aforementioned
 utilies by buidling the world with `WITHOUT_NETLINK` src.conf knob.
However, this approach does not cover the cases when person unintentionally
 builds a custom kernel without netlink and tries to use the standard userland.

This change adds `option NETLINK` to the default options for each
 architecture, fixing the custom kernel issue.
For arm, this change uses `std.armv6` and `std.armv7` (netlink already in)
 instead of DEFAULTS.

Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D39339
2023-04-02 15:27:21 +00:00
..
AL arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
ALLWINNER arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
ALTERA arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
AMD arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
ARM arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
BROADCOM arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
CAVIUM arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
DEFAULTS netlink: add NETLINK to the DEFAULTS for each architecture 2023-04-02 15:27:21 +00:00
GENERIC arm64: Move Azure-specific config from std.hyperv to std.azure 2023-03-14 04:12:31 +00:00
GENERIC-KASAN arm64: add a GENERIC-KASAN config 2023-03-23 16:34:33 -05:00
GENERIC-MMCCAM arm64 kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
GENERIC-MMCCAM-NODEBUG Exclude MMCCAM kernels from make universe 2023-02-16 07:29:53 +00:00
GENERIC-NODEBUG sys/*/conf/*, docs: fix links to handbook 2021-05-20 09:27:10 +01:00
GENERIC-UP sys/*/conf/*, docs: fix links to handbook 2021-05-20 09:27:10 +01:00
HISILICON arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
IMX arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
LINT Create in-tree LINT files 2020-10-09 01:48:14 +00:00
LINT-ACPI Add a LINT-ACPI arm64 config 2022-10-27 18:59:33 +01:00
LINT-FDT Add a LINT-FDT arm64 config 2022-09-29 16:35:03 +01:00
MARVELL arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
NOTES arm64 kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
NVIDIA arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
NXP arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
QCOM arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
ROCKCHIP arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.al arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.allwinner arm64: std.allwinner: Add aw_syscon 2021-07-19 17:31:57 +02:00
std.altera arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.amd arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.arm arm64: Move device scmi to std.arm 2023-01-25 08:28:22 +01:00
std.arm64 netlink: add NETLINK to the DEFAULTS for each architecture 2023-04-02 15:27:21 +00:00
std.azure arm64: Move Azure-specific config from std.hyperv to std.azure 2023-03-14 04:12:31 +00:00
std.broadcom arm64: conf: std.broadcom: Add dwcotg and smsc 2021-08-05 13:16:23 +02:00
std.cavium arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.dev arm64 kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
std.ec2 arm64: add a std.ec2 config 2022-10-27 10:39:55 -05:00
std.hisilicon arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.hyperv arm64: Delete redundant badly formatted and capitalised comment 2023-03-14 04:15:03 +00:00
std.imx Add ethernet to the standard drivers for imx8. 2021-09-28 11:18:51 -06:00
std.marvell gpio: Merge TCA6416 & TCA6408 drivers into TCA64XX 2022-09-19 09:18:08 +02:00
std.nvidia arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.nxp arm64 kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
std.qcom arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
std.rockchip Add Combo PHY, RK817, Syr827, tcs4525 pmic devices to Rockchip specific config. 2023-01-08 03:07:18 +00:00
std.virt acpi_ged: New driver to ACPI generic event device 2022-10-24 18:57:36 +09:00
std.xilinx arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
VIRT arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00
XILINX arm64: Add per SoC family kernel config 2021-07-18 16:11:08 +02:00