File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -495,11 +495,10 @@ config X86_INTEL_CE
495
495
496
496
config X86_INTEL_MID
497
497
bool "Intel MID platform support"
498
- depends on X86_32
499
498
depends on X86_EXTENDED_PLATFORM
500
499
depends on X86_PLATFORM_DEVICES
501
500
depends on PCI
502
- depends on PCI_GOANY
501
+ depends on X86_64 || ( PCI_GOANY && X86_32)
503
502
depends on X86_IO_APIC
504
503
select SFI
505
504
select I2C
Original file line number Diff line number Diff line change @@ -192,5 +192,13 @@ void __init x86_64_start_reservations(char *real_mode_data)
192
192
193
193
reserve_ebda_region ();
194
194
195
+ switch (boot_params .hdr .hardware_subarch ) {
196
+ case X86_SUBARCH_INTEL_MID :
197
+ x86_intel_mid_early_setup ();
198
+ break ;
199
+ default :
200
+ break ;
201
+ }
202
+
195
203
start_kernel ();
196
204
}
You can’t perform that action at this time.
0 commit comments