diff options
author | Sean Anderson | 2021-04-20 10:50:58 -0400 |
---|---|---|
committer | Tom Rini | 2021-05-04 07:57:18 -0400 |
commit | 1cbfed8d3e9254d7e2a9466498ef867f7cb3f4cd (patch) | |
tree | f12a5f88da3f54abb4f4fb744f8982a6fa87f1e6 /configs/sandbox_defconfig | |
parent | 54aa07fdfc01ac5abff342699df269f6f869fbe0 (diff) |
test: Add gpio-sysinfo test
This adds a test for the gpio-sysinfo driver.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 00befc8b407..570af61cbd4 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -245,6 +245,7 @@ CONFIG_SPMI=y CONFIG_SPMI_SANDBOX=y CONFIG_SYSINFO=y CONFIG_SYSINFO_SANDBOX=y +CONFIG_SYSINFO_GPIO=y CONFIG_SYSRESET=y CONFIG_TIMER=y CONFIG_TIMER_EARLY=y |