All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@buildroot.org
Cc: Adam Duskett <aduskett@gmail.com>
Subject: [Buildroot] [PATCH 2/2] board/pc/linux.config: Add framebuffer and pci support
Date: Thu, 13 Apr 2023 10:04:35 -0700	[thread overview]
Message-ID: <20230413170435.18131-2-aduskett@gmail.com> (raw)
In-Reply-To: <20230413170435.18131-1-aduskett@gmail.com>

These small options allow the pc defconfigs to boot using default
virtual machine manager KVM options.

Let's use a more modern kernel with a broader range of hardware support
for PCs.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 board/pc/linux.config | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/board/pc/linux.config b/board/pc/linux.config
index f86352e1ea..c26c2a9d00 100644
--- a/board/pc/linux.config
+++ b/board/pc/linux.config
@@ -15,6 +15,7 @@ CONFIG_IP_NF_FILTER=y
 CONFIG_CFG80211=m
 CONFIG_CFG80211_WEXT=y
 CONFIG_MAC80211=m
+CONFIG_PCI=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_VIRTIO_BLK=y
@@ -63,7 +64,11 @@ CONFIG_DRM_I915=y
 CONFIG_DRM_QXL=y
 CONFIG_DRM_BOCHS=y
 CONFIG_DRM_VIRTIO_GPU=y
+CONFIG_FB=y
+CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_VESA=y
+CONFIG_FB_EFI=y
+CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_HDA_INTEL=y
-- 
2.40.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-04-13 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 17:04 [Buildroot] [PATCH 1/2] configs/pc_x86_64_{bios, efi}_defconfig: Switch to kernel 6.1.24 LTS Adam Duskett
2023-04-13 17:04 ` Adam Duskett [this message]
2023-04-14 18:31   ` [Buildroot] [PATCH 2/2] board/pc/linux.config: Add framebuffer and pci support Yann E. MORIN
2023-04-14 18:29 ` [Buildroot] [PATCH 1/2] configs/pc_x86_64_{bios, efi}_defconfig: Switch to kernel 6.1.24 LTS Yann E. MORIN
2023-05-21 20:14 ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230413170435.18131-2-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.