mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix x86 kernel 6.1 compilation
This commit is contained in:
parent
e6c44efba0
commit
c51b636486
1 changed files with 54 additions and 0 deletions
|
@ -41,11 +41,13 @@ CONFIG_AGP_INTEL=y
|
|||
# CONFIG_AGP_SIS is not set
|
||||
# CONFIG_AGP_SWORKS is not set
|
||||
# CONFIG_AGP_VIA is not set
|
||||
# CONFIG_ALIX is not set
|
||||
# CONFIG_AMD_PMC is not set
|
||||
# CONFIG_APM is not set
|
||||
CONFIG_ARCH_CPUIDLE_HALTPOLL=y
|
||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
||||
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
|
||||
CONFIG_ARCH_MMAP_RND_BITS=8
|
||||
# CONFIG_ASUS_TF103C_DOCK is not set
|
||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
CONFIG_BALLOON_COMPACTION=y
|
||||
|
@ -56,6 +58,7 @@ CONFIG_BLK_PM=y
|
|||
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
|
||||
CONFIG_BTT=y
|
||||
CONFIG_CDROM=y
|
||||
# CONFIG_COMPAT_VDSO is not set
|
||||
CONFIG_CONNECTOR=y
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
|
||||
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
|
||||
|
@ -158,6 +161,7 @@ CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
||||
CONFIG_GENERIC_PENDING_IRQ=y
|
||||
CONFIG_GENERIC_PINCONF=y
|
||||
# CONFIG_GEOS is not set
|
||||
CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIOLIB_IRQCHIP=y
|
||||
CONFIG_GPIO_ACPI=y
|
||||
|
@ -175,6 +179,7 @@ CONFIG_HID_GENERIC=y
|
|||
CONFIG_HID_HYPERV_MOUSE=y
|
||||
# CONFIG_HIGHMEM4G is not set
|
||||
CONFIG_HIGHMEM64G=y
|
||||
# CONFIG_HIGHPTE is not set
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
CONFIG_HOTPLUG_PCI=y
|
||||
CONFIG_HOTPLUG_PCI_ACPI=y
|
||||
|
@ -256,6 +261,31 @@ CONFIG_LIBNVDIMM=y
|
|||
CONFIG_LIVEPATCH=y
|
||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
||||
# CONFIG_M686 is not set
|
||||
# CONFIG_M486SX is not set
|
||||
# CONFIG_M486 is not set
|
||||
# CONFIG_M586 is not set
|
||||
# CONFIG_M586TSC is not set
|
||||
# CONFIG_M586MMX is not set
|
||||
# CONFIG_M686 is not set
|
||||
# CONFIG_MPENTIUMII is not set
|
||||
# CONFIG_MPENTIUMIII is not set
|
||||
# CONFIG_MPENTIUMM is not set
|
||||
CONFIG_MPENTIUM4=y
|
||||
# CONFIG_MK6 is not set
|
||||
# CONFIG_MK7 is not set
|
||||
# CONFIG_MK8 is not set
|
||||
# CONFIG_MCRUSOE is not set
|
||||
# CONFIG_MEFFICEON is not set
|
||||
# CONFIG_MWINCHIPC6 is not set
|
||||
# CONFIG_MWINCHIP3D is not set
|
||||
# CONFIG_MELAN is not set
|
||||
# CONFIG_MGEODEGX1 is not set
|
||||
# CONFIG_MGEODE_LX is not set
|
||||
# CONFIG_MCYRIXIII is not set
|
||||
# CONFIG_MVIAC3_2 is not set
|
||||
# CONFIG_MVIAC7 is not set
|
||||
# CONFIG_MCORE2 is not set
|
||||
# CONFIG_MATOM is not set
|
||||
# CONFIG_MDA_CONSOLE is not set
|
||||
CONFIG_MEMORY_BALLOON=y
|
||||
CONFIG_MEMREGION=y
|
||||
|
@ -299,13 +329,16 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|||
# CONFIG_MUX_GPIO is not set
|
||||
CONFIG_ND_CLAIM=y
|
||||
CONFIG_NEED_DMA_MAP_STATE=y
|
||||
# CONFIG_NET5501 is not set
|
||||
CONFIG_NET_FAILOVER=y
|
||||
CONFIG_NET_FLOW_LIMIT=y
|
||||
# CONFIG_NOHIGHMEM is not set
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_NR_CPUS=4
|
||||
CONFIG_NR_CPUS_DEFAULT=8
|
||||
CONFIG_NR_CPUS_RANGE_BEGIN=2
|
||||
CONFIG_NR_CPUS_RANGE_END=8
|
||||
# CONFIG_NSC_GPIO is not set
|
||||
CONFIG_PADATA=y
|
||||
CONFIG_PAGE_REPORTING=y
|
||||
CONFIG_PAGE_TABLE_ISOLATION=y
|
||||
|
@ -321,10 +354,15 @@ CONFIG_PATA_PLATFORM=y
|
|||
CONFIG_PATA_SC1200=y
|
||||
CONFIG_PATA_TIMINGS=y
|
||||
CONFIG_PATA_VIA=y
|
||||
# CONFIG_PC8736x_GPIO is not set
|
||||
# CONFIG_PCENGINES_APU2 is not set
|
||||
CONFIG_PCIEAER=y
|
||||
CONFIG_PCIEPORTBUS=y
|
||||
CONFIG_PCIE_PME=y
|
||||
# CONFIG_PCI_GOBIOS is not set
|
||||
# CONFIG_PCI_GOMMCONFIG is not set
|
||||
# CONFIG_PCI_GODIRECT is not set
|
||||
CONFIG_PCI_GOANY=y
|
||||
CONFIG_PCI_MMCONFIG=y
|
||||
CONFIG_PCI_XEN=y
|
||||
# CONFIG_PCWATCHDOG is not set
|
||||
|
@ -372,11 +410,14 @@ CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|||
# CONFIG_SAMSUNG_Q10 is not set
|
||||
CONFIG_SATA_AHCI=y
|
||||
CONFIG_SATA_VIA=y
|
||||
# CONFIG_SBC7240_WDT is not set
|
||||
# CONFIG_SBC8360_WDT is not set
|
||||
# CONFIG_SCHED_CORE is not set
|
||||
CONFIG_SCHED_INFO=y
|
||||
CONFIG_SCHED_SMT=y
|
||||
# CONFIG_SCSI_FDOMAIN_ISA is not set
|
||||
CONFIG_SCSI_VIRTIO=y
|
||||
# CONFIG_SCx200 is not set
|
||||
# CONFIG_SENSORS_ASUS_EC is not set
|
||||
CONFIG_SENSORS_CORETEMP=y
|
||||
CONFIG_SENSORS_FAM15H_POWER=y
|
||||
|
@ -399,6 +440,7 @@ CONFIG_TASK_DELAY_ACCT=y
|
|||
CONFIG_THERMAL_GOV_USER_SPACE=y
|
||||
CONFIG_THERMAL_HWMON=y
|
||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
||||
# CONFIG_TOSHIBA is not set
|
||||
# CONFIG_TOSHIBA_BT_RFKILL is not set
|
||||
# CONFIG_UCLAMP_TASK is not set
|
||||
CONFIG_UCS2_STRING=y
|
||||
|
@ -427,28 +469,40 @@ CONFIG_VT_CONSOLE_SLEEP=y
|
|||
CONFIG_WATCHDOG_CORE=y
|
||||
# CONFIG_WDT is not set
|
||||
# CONFIG_WIRELESS_HOTKEY is not set
|
||||
# CONFIG_X86_32_IRIS is not set
|
||||
CONFIG_X86_32_SMP=y
|
||||
CONFIG_X86_ACPI_CPUFREQ=y
|
||||
# CONFIG_X86_ACPI_CPUFREQ_CPB is not set
|
||||
CONFIG_X86_AMD_FREQ_SENSITIVITY=y
|
||||
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
|
||||
CONFIG_X86_AMD_PSTATE=y
|
||||
# CONFIG_X86_ANCIENT_MCE is not set
|
||||
# CONFIG_X86_BIGSMP is not set
|
||||
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
|
||||
CONFIG_X86_CPUID=y
|
||||
# CONFIG_X86_E_POWERSAVER is not set
|
||||
# CONFIG_X86_GENERIC is not set
|
||||
# CONFIG_X86_GX_SUSPMOD is not set
|
||||
CONFIG_X86_HV_CALLBACK_VECTOR=y
|
||||
CONFIG_X86_INTEL_LPSS=y
|
||||
CONFIG_X86_INTEL_PSTATE=y
|
||||
CONFIG_X86_INTERNODE_CACHE_SHIFT=7
|
||||
CONFIG_X86_L1_CACHE_SHIFT=7
|
||||
# CONFIG_X86_LEGACY_VM86 is not set
|
||||
# CONFIG_X86_LONGHAUL is not set
|
||||
# CONFIG_X86_LONGRUN is not set
|
||||
CONFIG_X86_NEED_RELOCS=y
|
||||
CONFIG_X86_PAE=y
|
||||
# CONFIG_X86_PCC_CPUFREQ is not set
|
||||
CONFIG_X86_PKG_TEMP_THERMAL=y
|
||||
# CONFIG_X86_PMEM_LEGACY is not set
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
# CONFIG_X86_POWERNOW_K6 is not set
|
||||
# CONFIG_X86_POWERNOW_K7 is not set
|
||||
# CONFIG_X86_POWERNOW_K8 is not set
|
||||
# CONFIG_X86_REBOOTFIXUPS is not set
|
||||
# CONFIG_X86_SPEEDSTEP_ICH is not set
|
||||
# CONFIG_X86_SPEEDSTEP_SMI is not set
|
||||
CONFIG_XEN=y
|
||||
CONFIG_XENFS=y
|
||||
CONFIG_XEN_ACPI=y
|
||||
|
|
Loading…
Reference in a new issue