mtd: rawnand: denali: deassert write protect pin
[oweals/u-boot.git] / drivers / board / Kconfig
index cc1cf27205584dcacdefc22a66e593030427a84c..254f657049df00eec9554ff69a7c0bee9634b510 100644 (file)
@@ -8,10 +8,18 @@ menuconfig BOARD
 
 if BOARD
 
+config SPL_BOARD
+       depends on SPL_DM
+       bool "Enable board driver support in SPL"
 
 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