summaryrefslogtreecommitdiff
path: root/configs/rpi_arm64_defconfig
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2021-04-12 16:38:52 +0300
committerMatthias Brugger <mbrugger@suse.com>2021-09-15 13:29:53 +0300
commit1bc00bc74b91efc96ccdafc5921812f1be3e1659 (patch)
tree749a6b183e7d5d17c51d848ab4f2224c9d9c4df1 /configs/rpi_arm64_defconfig
parent33041972727e84d3f95e26c83322521f61827584 (diff)
downloadu-boot-1bc00bc74b91efc96ccdafc5921812f1be3e1659.tar.xz
configs: rpi: Enable SMBIOS sysinfo driver
Enable this driver to allow U-Boot to get SMBIOS table information from a device tree node. Signed-off-by: Matthias Brugger <mbrugger@suse.com> Acked-by: Fabian Vogt <fvogt@suse.com>
Diffstat (limited to 'configs/rpi_arm64_defconfig')
-rw-r--r--configs/rpi_arm64_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index 6b18a8cada..f90107e548 100644
--- a/configs/rpi_arm64_defconfig
+++ b/configs/rpi_arm64_defconfig
@@ -35,6 +35,8 @@ CONFIG_DM_RESET=y
CONFIG_DM_RNG=y
CONFIG_RNG_IPROC200=y
# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
+CONFIG_SYSINFO=y
+CONFIG_SYSINFO_SMBIOS=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y