diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2020-07-15 23:39:58 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-20 11:37:47 -0600 |
commit | fbde39f41725c5e6b85872ca6cc1c0c425c9bd0a (patch) | |
tree | 65f953797308c5460455f0e56ed1a21eea9fb1af /configs/sandbox_defconfig | |
parent | 6426a26f4c314ad59d833456932312ce574e9b71 (diff) | |
download | u-boot-fbde39f41725c5e6b85872ca6cc1c0c425c9bd0a.tar.gz |
test: Add tests for SOC uclass
Add a sandbox SOC driver, and some tests for the SOC uclass.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 6059d668af..17c9b332f5 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -139,6 +139,7 @@ CONFIG_LED_GPIO=y CONFIG_DM_MAILBOX=y CONFIG_SANDBOX_MBOX=y CONFIG_MISC=y +CONFIG_SOC_DEVICE=y CONFIG_CROS_EC=y CONFIG_CROS_EC_I2C=y CONFIG_CROS_EC_LPC=y |