aboutsummaryrefslogtreecommitdiff
path: root/drivers/board/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-07-31 11:44:13 +0200
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commite6fd0181082a04e743a07ebd9f6fdd0e06dc1399 (patch)
treed552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9 /drivers/board/Kconfig
parent6238ae4d60476dd7535b781ef3f255f676851283 (diff)
downloadu-boot-e6fd0181082a04e743a07ebd9f6fdd0e06dc1399.zip
u-boot-e6fd0181082a04e743a07ebd9f6fdd0e06dc1399.tar.gz
u-boot-e6fd0181082a04e743a07ebd9f6fdd0e06dc1399.tar.bz2
test: Add tests for board uclass
Add tests for the new board uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/board/Kconfig')
-rw-r--r--drivers/board/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/board/Kconfig b/drivers/board/Kconfig
index cc1cf27..2a3fc9c 100644
--- a/drivers/board/Kconfig
+++ b/drivers/board/Kconfig
@@ -10,8 +10,13 @@ if BOARD
config BOARD_GAZERBEAM
- bool "Enable device information for the Gazerbeam board"
+ bool "Enable board driver for the Gazerbeam board"
help
Support querying device information for the gdsys Gazerbeam board.
+config BOARD_SANDBOX
+ bool "Enable board driver for the Sandbox board"
+ help
+ Support querying device information for the Sandbox boards.
+
endif