소스 검색

sandbox: config: Enable driver model

Use driver model in sandbox to permit running of driver model unit test.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 11 년 전
부모
커밋
653ef91cba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/configs/sandbox.h

+ 1 - 0
include/configs/sandbox.h

@@ -20,6 +20,7 @@
 
 
 #define CONFIG_BOOTSTAGE
 #define CONFIG_BOOTSTAGE
 #define CONFIG_BOOTSTAGE_REPORT
 #define CONFIG_BOOTSTAGE_REPORT
+#define CONFIG_DM
 
 
 /* Number of bits in a C 'long' on this architecture */
 /* Number of bits in a C 'long' on this architecture */
 #define CONFIG_SANDBOX_BITS_PER_LONG	64
 #define CONFIG_SANDBOX_BITS_PER_LONG	64