freebsd-dev/sys/arm
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
..
allwinner arm: allwinner: Garbage collect a10_hdmi driver 2023-03-17 13:34:40 +01:00
altera/socfpga arm altera: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
annapurna/alpine Add fdt to name of a fdt specific function 2022-05-23 15:24:35 +01:00
arm arm: nexus code tidy-up 2023-03-20 17:35:47 -03:00
broadcom/bcm2835 bcm_dma: don't dereference NULL softc 2023-02-24 13:20:40 -04:00
conf netlink: add NETLINK to the DEFAULTS for each architecture 2023-04-02 15:27:21 +00:00
freescale arm: Rename hdmi_if.m to crtc_if.m 2023-03-17 13:34:57 +01:00
include pmap_mapdev_attr() doesn't use any of its arguments. 2023-03-20 23:09:34 -07:00
mv arm: mv: Add missing function prototype 2023-02-04 20:21:43 +01:00
nvidia Map arm64 pci config memory as non-posted 2023-03-05 20:17:21 +00:00
qemu arm: Add kern_clocksource.c directly in files.arm 2019-04-16 20:04:22 +00:00
qualcomm ipq4018: remove write-only variables in USB ehci/xhci bus glue 2022-09-12 20:10:24 -07:00
rockchip Add support for RK3288 SoC. 2020-12-04 16:24:44 +00:00
ti arm: Rename hdmi_if.m to crtc_if.m 2023-03-17 13:34:57 +01:00
xilinx xilinx: Fix a typo in a source code comment 2022-11-01 08:00:53 +01:00