x86: Add support for kernel 4.14
This adds basic support for kernel 4.14, this was tested in qemu only. The subtarget configuration was refresh with kernel 4.14 and the options needed to make it compile on kernel 4.9 were added manually. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# CONFIG_104_QUAD_8 is not set
|
||||
# CONFIG_3C515 is not set
|
||||
CONFIG_8139CP=y
|
||||
CONFIG_8139TOO=y
|
||||
@@ -40,6 +41,7 @@ CONFIG_CS5535_MFGPT=y
|
||||
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
|
||||
# CONFIG_DPTF_POWER is not set
|
||||
# CONFIG_EBC_C384_WDT is not set
|
||||
# CONFIG_EFI_DEV_PATH_PARSER is not set
|
||||
# CONFIG_EISA is not set
|
||||
# CONFIG_EL3 is not set
|
||||
CONFIG_GEODE_WDT=y
|
||||
@@ -63,9 +65,11 @@ CONFIG_I2C_ALGOBIT=y
|
||||
CONFIG_I2C_ALGOPCA=y
|
||||
CONFIG_I2C_ALGOPCF=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
# CONFIG_INTEL_INT0002_VGPIO is not set
|
||||
# CONFIG_INTEL_IPS is not set
|
||||
# CONFIG_INTEL_MENLOW is not set
|
||||
# CONFIG_INTEL_PMC_IPC is not set
|
||||
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
|
||||
CONFIG_ISA=y
|
||||
# CONFIG_ISAPNP is not set
|
||||
CONFIG_ISA_BUS_API=y
|
||||
@@ -110,9 +114,10 @@ CONFIG_SENSORS_LM90=y
|
||||
CONFIG_SERIAL_8250_PNP=y
|
||||
# CONFIG_SURFACE_PRO3_BUTTON is not set
|
||||
# CONFIG_TOSHIBA_BT_RFKILL is not set
|
||||
CONFIG_USB_OHCI_HCD_PCI=y
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
CONFIG_USB_OHCI_HCD_PCI=y
|
||||
CONFIG_VGACON_SOFT_SCROLLBACK=y
|
||||
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
|
||||
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
|
||||
CONFIG_VIA_RHINE=y
|
||||
CONFIG_VIA_RHINE_MMIO=y
|
||||
|
||||
Reference in New Issue
Block a user