cd /usr/src/linux; ./scripts/config --enable BLK_DEV_MD # tristate ./scripts/config --enable MD_RAID0 # tristate ./scripts/config --enable MD_RAID1 # tristate ./scripts/config --enable DM_RAID # tristate ./scripts/config --enable SND_USB_AUDIO # tristate ./scripts/config --enable SND_HDA_CODEC_REALTEK ./scripts/config --enable BT ./scripts/config --enable BT_HCIBTUSB ./scripts/config --enable BT_HCIBTUSB_BCM ./scripts/config --enable BT_HCIBTUSB_RTL ./scripts/config --enable SENSORS_NCT6775 ./scripts/config --enable SENSORS_CORETEMP ./scripts/config --module DRM_AMDGPU #https://wiki.gentoo.org/wiki/Power_management/Processor#CPU_frequency_scaling #For Intel core processors, this should be selected as default. ./scripts/config --disable CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE ./scripts/config --enable CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE ./scripts/config --enable KVM_INTEL #UVC cameras #./scripts/config --enable USB_GADGET #./scripts/config --enable USB_CONFIGFS ./scripts/config --enable VIDEOBUF_V4L2 ./scripts/config --enable VIDEO_V4L2 #./scripts/config --enable VIDEO_DEV #./scripts/config --enable USB_CONFIGFS_F_UVC #./scripts/config --enable USB_G_WEBCAM #./scripts/config --enable USB_F_UVC ./scripts/config --enable MEDIA_SUPPORT ./scripts/config --enable MEDIA_CAMERA_SUPPORT ./scripts/config --enable MEDIA_USB_SUPPORT ./scripts/config --enable USB_VIDEO_CLASS ./scripts/config --enable CONFIG_BT_RFCOMM ./scripts/config --enable CONFIG_BT_RFCOMM_TTY ./scripts/config --enable CONFIG_BT_BNEP ./scripts/config --enable CONFIG_BT_BNEP_MC_FILTER ./scripts/config --enable CONFIG_BT_BNEP_PROTO_FILTER ./scripts/config --enable CONFIG_BT_HIDP ./scripts/config --enable CONFIG_CRYPTO_USER ./scripts/config --enable CONFIG_CRYPTO_USER_API_AEAD # Minikube ./scripts/config --enable NF_CONNTRACK_TIMEOUT ./scripts/config --enable CONFIG_NF_CONNTRACK_EVENTS ./scripts/config --enable CONFIG_NETFILTER_NETLINK_QUEUE ./scripts/config --enable CONFIG_NF_CT_NETLINK_TIMEOUT ./scripts/config --enable CONFIG_NF_CT_NETLINK_HELPER # OpenCL ./scripts/config --enable MEMORY_HOTPLUG ./scripts/config --enable MEMORY_HOTREMOVE ./scripts/config --enable MEMORY_HOTPLUG_DEFAULT_ONLINE #./scripts/config --enable DRM_AMDGPU ./scripts/config --enable DRM_AMDGPU_USERPTR #SQUASHFS ./scripts/config --enable CONFIG_SQUASHFS ./scripts/config --enable CONFIG_SQUASHFS_FILE_CACHE ./scripts/config --enable CONFIG_SQUASHFS_DECOMP_SINGLE ./scripts/config --enable CONFIG_SQUASHFS_ZLIB ./scripts/config --enable CONFIG_SQUASHFS_LZ4 ./scripts/config --enable CONFIG_SQUASHFS_LZO ./scripts/config --enable CONFIG_SQUASHFS_XZ #Messages for package net-dialup/ppp-2.4.8-r1: #* CONFIG_PPP: missing PPP support (REQUIRED) ./scripts/config --enable CONFIG_PPP # * Messages for package app-emulation/snapd-2.51: # * CONFIG_SECURITY_APPARMOR: is not set when it should be. ./scripts/config --enable CONFIG_SECURITY_APPARMOR