From e6fd0181082a04e743a07ebd9f6fdd0e06dc1399 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Tue, 31 Jul 2018 11:44:13 +0200 Subject: test: Add tests for board uclass Add tests for the new board uclass. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- configs/sandbox_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/sandbox_defconfig') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0b209686bf..356c48b220 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -91,6 +91,8 @@ CONFIG_CPU=y CONFIG_DM_DEMO=y CONFIG_DM_DEMO_SIMPLE=y CONFIG_DM_DEMO_SHAPE=y +CONFIG_BOARD=y +CONFIG_BOARD_SANDBOX=y CONFIG_PM8916_GPIO=y CONFIG_SANDBOX_GPIO=y CONFIG_DM_I2C_COMPAT=y -- cgit v1.2.3