Atleast those was enabled as modules:
AMD frequency sensitivity feedback powersave bias (X86_AMD_FREQ_SENSITIVITY)
ME Enabled Intel Chipsets (INTEL_MEI_ME)
Block device as cache (BCACHE)
Random mode support (NET_TEAM_MODE_RANDOM)
Qualcomm Atheros AR816x/AR817x support (ALX)
Realtek RTL8152 Based USB 2.0 Ethernet Adapters (USB_RTL8152)
rt2800usb - Include support for rt55xx devices (EXPERIMENTAL) (RT2800USB_RT55XX)
Realtek RTL8188EE Wireless Network Adapter (RTL8188EE)
Analog Devices ADT7310/ADT7320 (SENSORS_ADT7310)
National Semiconductor LM95234 (SENSORS_LM95234)
Nuvoton NCT6775F and compatibles (SENSORS_NCT6775)
QXL virtual GPU (DRM_QXL)
Microsoft Hyper-V Synthetic Video support (FB_HYPERV)
ILI Technology ILI9221/ILI9222 support (LCD_ILI922X)
LED Support for TI LP5562 LED driver chip (LEDS_LP5562)
LED Camera Flash/Torch Trigger (LEDS_TRIGGER_CAMERA)
iSCSI Extentions for RDMA (iSER) target support (INFINIBAND_ISERT)
pvpanic device support (PVPANIC)
CMAC support (CRYPTO_CMAC)
VHOST_SCSI TCM fabric driver (VHOST_SCSI)
- set utf8 as default charset for filesystem NLS and FAT
- enable xattr for squashfs
- enable latencytop
- disable IOMega ZIP drives
- disable PCMCIA SCSI drivers
- disable CAN subsystem
- disable CAIF sysbsystem
- disable Power Supply drivers
- disable Voltage and regulators
- disable Dallas 1-wire support
[x86]
- enable CONFIG_X86_BIGSMP
- set CONFIG_NR_CPUS to 32
[x86_64]
- set CONFIG_NR_CPUS to 32
With CONFIG_NR_CPUS > 8 on x86, the kernel may hang upon encountering
more than 8 logical CPUs without CONFIG_X86_BIGSMP enabled. x86_64 does
not have this problem, but as a side effect of the CONFIG_X86_BIGSMP
change, needed to have CONFIG_NR_CPUS adjusted there as well.
Discussions on various distribution lists:
Alpine: http://lists.alpinelinux.org/alpine-devel/0496.html
Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=480844
rPath: https://issues.rpath.com/browse/RPL-3022
We no need to manually edit every 3rd party module's kernel ver to match
the kernel packages version.
We need to do this because we will at some point allow building in a
chroot whithout the entire aports tree beeing present.