* Add hassos configuration for intel-nuc: * Cloned from ova config * Use default amd64 kernel config * Add support for Intel IGB type nics * Add rng-tools for better random * Build with iwlwifi module & firmware (only newer modules with iwlmvm firmware) * Include firmware for 915, which should improve power efficiency. Build display and audio as a module to make it all work. * Add intel_nuc to build script. * Change directory structure as proposed by @pvizeli * * Fix paths * Remove unused patch directory * Unduplicate barebox config.
22 lines
361 B
Plaintext
22 lines
361 B
Plaintext
CONFIG_EFI_STUB=y
|
|
|
|
CONFIG_SCSI_LOWLEVEL=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
|
|
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
|
|
CONFIG_IGB=y
|
|
|
|
CONFIG_IWLWIFI=m
|
|
CONFIG_IWLMVM=m
|
|
|
|
CONFIG_DRM_I915=m
|
|
CONFIG_DRM_I915_CAPTURE_ERROR=y
|
|
CONFIG_DRM_I915_COMPRESS_ERROR=y
|
|
CONFIG_DRM_I915_USERPTR=y
|
|
|
|
CONFIG_SND_HDA=m
|
|
CONFIG_SND_HDA_INTEL=m
|
|
CONFIG_SND_HDA_I915=y
|
|
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
|