diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-07-31 11:44:12 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-29 11:49:35 -0600 |
commit | 6238ae4d60476dd7535b781ef3f255f676851283 (patch) | |
tree | 0bf2d01cef99092338775f0b5b24a8c8e59de6fd /drivers/board/Kconfig | |
parent | 5381c2856de3ed0191135b435cff39789e5f17ad (diff) | |
download | u-boot-6238ae4d60476dd7535b781ef3f255f676851283.tar.gz |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/board/Kconfig b/drivers/board/Kconfig index c9a52dc20e..cc1cf27205 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 |