linux/common-config: add missing items for aarch64

On x86, these get implictly defined, presumably through dependencies,
defconfig, etc. On aarch64, they did not, which generated warnings
for the options now immediately following them in our config which
depended on them.

Changed files
+3
pkgs
os-specific
linux
+3
pkgs/os-specific/linux/kernel/common-config.nix
···
{
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = yes;
CPU_FREQ_GOV_SCHEDUTIL = yes;
+
PM_DEBUG = yes;
PM_ADVANCED_DEBUG = yes;
PM_WAKELOCKS = yes;
POWERCAP = yes;
···
CGROUP_BPF = option yes;
CGROUP_NET_PRIO = yes; # Required by systemd
IP_ROUTE_VERBOSE = yes;
+
IP_MROUTE = yes;
IP_MROUTE_MULTIPLE_TABLES = yes;
IP_MULTICAST = yes;
IP_MULTIPLE_TABLES = yes;
···
DRAGONRISE_FF = yes;
GREENASIA_FF = yes;
HOLTEK_FF = yes;
+
INPUT_JOYSTICK = yes;
JOYSTICK_PSXPAD_SPI_FF = yes;
LOGIG940_FF = yes;
NINTENDO_FF = whenAtLeast "5.16" yes;