diff options
author | Heiko Schocher <hs@denx.de> | 2020-05-22 11:08:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-05 08:06:09 -0400 |
commit | 9ba84329dc45f28f8581e95de155b5bf0373bb3d (patch) | |
tree | 7a276566b545e1a8df7f2113d67baaace3c5b2e8 /configs/sandbox64_defconfig | |
parent | cd2faeba1abc08e5adba736e75dc665742cc310c (diff) |
sandbox, test: add test for GPIO_HOG function
currently gpio hog function is not tested with "ut dm gpio"
so add some basic tests for gpio hog functionality.
For this enable GPIO_HOG in sandbox_defconfig, add
in DTS some gpio hog entries, and add testcase in
"ut dm gpio" command.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index a3f049e124..0f9a27c39c 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -97,6 +97,7 @@ CONFIG_DM_DEMO_SIMPLE=y CONFIG_DM_DEMO_SHAPE=y CONFIG_BOARD=y CONFIG_BOARD_SANDBOX=y +CONFIG_GPIO_HOG=y CONFIG_PM8916_GPIO=y CONFIG_SANDBOX_GPIO=y CONFIG_I2C_CROS_EC_TUNNEL=y |