diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-16 21:01:11 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-27 16:49:02 -0400 |
commit | 43b41566f72c3ff1074fe686f37227ebe33e11f9 (patch) | |
tree | 8fb90db0bfe55a22257930fdd5512e0e2fc03f89 /configs/sandbox_defconfig | |
parent | 29f089a60547178cd59b5482c57e6a87bdd11089 (diff) | |
download | u-boot-43b41566f72c3ff1074fe686f37227ebe33e11f9.tar.gz |
dm: sandbox: pwm: Add a basic pwm test
Unfortunately a test for the PWM uclass was not included when it was
submitted. This was noticed when trying to add more functionality:
http://patchwork.ozlabs.org/patch/748172/
Add a simple test to get us started.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 9814ea3b81..cdaf3bb743 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -173,3 +173,5 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_DM_PWM=y +CONFIG_PWM_SANDBOX=y |