freebsd-dev/sys/powerpc/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
..
dpaa
DEFAULTS netlink: add NETLINK to the DEFAULTS for each architecture 2023-04-02 15:27:21 +00:00
GENERIC powerpc kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
GENERIC64 netlink: add NETLINK to the DEFAULTS for each architecture 2023-04-02 15:27:21 +00:00
GENERIC64-NODEBUG powerpc: add GENERIC64LE-NODEBUG config and improve GENERIC64-NODEBUG 2022-04-22 01:06:13 +02:00
GENERIC64LE powerpc64*: port mlx5, OFED, KTLS and krping 2023-02-26 23:38:33 +01:00
GENERIC64LE-NODEBUG powerpc: add GENERIC64LE-NODEBUG config and improve GENERIC64-NODEBUG 2022-04-22 01:06:13 +02:00
GENERIC-NODEBUG powerpc: add GENERIC64LE-NODEBUG config and improve GENERIC64-NODEBUG 2022-04-22 01:06:13 +02:00
GENERIC.hints
LINT
LINT64
LINT64LE
MPC85XX powerpc/booke: Clamp MAXCPU to 32 for Book-E platforms 2022-08-06 11:42:19 -04:00
MPC85XXSPE powerpc kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
NOTES powerpc kernel config: clean up whitespace 2023-02-24 08:36:29 -06:00
QORIQ64 powerpc/booke: Clamp MAXCPU to 32 for Book-E platforms 2022-08-06 11:42:19 -04:00