diff options
Diffstat (limited to 'roms/u-boot/board/BuR/brppt2/Kconfig')
-rw-r--r-- | roms/u-boot/board/BuR/brppt2/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/BuR/brppt2/Kconfig b/roms/u-boot/board/BuR/brppt2/Kconfig new file mode 100644 index 000000000..aa39d66fb --- /dev/null +++ b/roms/u-boot/board/BuR/brppt2/Kconfig @@ -0,0 +1,18 @@ +if TARGET_BRPPT2 + +config SYS_BOARD + default "brppt2" + +config SYS_VENDOR + default "BuR" + +config SYS_SOC + default "mx6" + +config SYS_CONFIG_NAME + default "brppt2" + +config SPL_DM_SPI + def_bool y + +endif |