diff options
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | 2016-03-31 23:12:28 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:12 -0400 |
commit | d33776e43dc8471ab03920dda77b00333a8ddd3e (patch) | |
tree | 6aa15b2e9fe52e476c02c647c0ccc2493a77a79a /test/dm/Makefile | |
parent | 04868b407b624c414805c9e9a79195eeb3a14829 (diff) | |
download | u-boot-d33776e43dc8471ab03920dda77b00333a8ddd3e.tar.gz u-boot-d33776e43dc8471ab03920dda77b00333a8ddd3e.tar.bz2 u-boot-d33776e43dc8471ab03920dda77b00333a8ddd3e.zip |
spmi: Add sandbox test driver
This patch adds emulated spmi bus controller with part of
pm8916 pmic on it to sandbox and tests validating SPMI uclass.
Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index df2d71fdad..9a11ae0a14 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -37,4 +37,5 @@ obj-$(CONFIG_DM_REGULATOR) += regulator.o obj-$(CONFIG_TIMER) += timer.o obj-$(CONFIG_DM_VIDEO) += video.o obj-$(CONFIG_ADC) += adc.o +obj-$(CONFIG_SPMI) += spmi.o endif |