aboutsummaryrefslogtreecommitdiff
path: root/drivers/board/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-07-31 11:44:12 +0200
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commit6238ae4d60476dd7535b781ef3f255f676851283 (patch)
tree0bf2d01cef99092338775f0b5b24a8c8e59de6fd /drivers/board/Kconfig
parent5381c2856de3ed0191135b435cff39789e5f17ad (diff)
downloadu-boot-6238ae4d60476dd7535b781ef3f255f676851283.zip
u-boot-6238ae4d60476dd7535b781ef3f255f676851283.tar.gz
u-boot-6238ae4d60476dd7535b781ef3f255f676851283.tar.bz2
board: Add gazerbeam driver
Add a board driver for the upcoming gdsys Gazerbeam board. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/board/Kconfig')
-rw-r--r--drivers/board/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/board/Kconfig b/drivers/board/Kconfig
index c9a52dc..cc1cf27 100644
--- a/drivers/board/Kconfig
+++ b/drivers/board/Kconfig
@@ -5,3 +5,13 @@ menuconfig BOARD
mechanisms (e.g. reading GPIO values, determining the presence of
devices on busses, etc.). This enables the usage of U-Boot with
modular board architectures.
+
+if BOARD
+
+
+config BOARD_GAZERBEAM
+ bool "Enable device information for the Gazerbeam board"
+ help
+ Support querying device information for the gdsys Gazerbeam board.
+
+endif