Skip to content

Commit

Permalink
Add comments to x86_64 config, remove unneeded options
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcleod committed Aug 15, 2024
1 parent 1920825 commit 0574a9a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions configs/4.10/x86_64
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#include "x86-common.inc"

// Needed for OSI
CONFIG_SMP=y

// Needed for 32-bit binaries
CONFIG_COMPAT=y
CONFIG_IA32_EMULATION=y

// Needed for serial output
// See https://github.com/rehosting/linux_builder/pull/26#issuecomment-2292050595
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
Expand All @@ -12,10 +19,6 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y

CONFIG_IA32_EMULATION=y
// Additional VIRTIO options
CONFIG_VIRTIO_RING=y

CONFIG_VIRTIO_FS=y
CONFIG_PCI_HOST_GENERIC=y
CONFIG_PCI_QUIRKS=y
CONFIG_BLK_DEV_SD=y

0 comments on commit 0574a9a

Please sign in to comment.