diff options
| author | Matthias Brugger <[email protected]> | 2021-04-12 15:38:52 +0200 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2021-09-15 12:29:53 +0200 |
| commit | 1bc00bc74b91efc96ccdafc5921812f1be3e1659 (patch) | |
| tree | 749a6b183e7d5d17c51d848ab4f2224c9d9c4df1 /configs/rpi_2_defconfig | |
| parent | 33041972727e84d3f95e26c83322521f61827584 (diff) | |
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 <[email protected]>
Acked-by: Fabian Vogt <[email protected]>
Diffstat (limited to 'configs/rpi_2_defconfig')
| -rw-r--r-- | configs/rpi_2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 9001e2b20bc..8b8affb7774 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -28,6 +28,8 @@ CONFIG_DM_ETH=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set # CONFIG_REQUIRE_SERIAL_CONSOLE is not set +CONFIG_SYSINFO=y +CONFIG_SYSINFO_SMBIOS=y CONFIG_USB=y CONFIG_USB_DWC2=y CONFIG_USB_KEYBOARD=y |
