Kconfig 198 B

123456789101112131415161718
  1. if TARGET_BRPPT2
  2. config SYS_BOARD
  3. default "brppt2"
  4. config SYS_VENDOR
  5. default "BuR"
  6. config SYS_SOC
  7. default "mx6"
  8. config SYS_CONFIG_NAME
  9. default "brppt2"
  10. config SPL_DM_SPI
  11. def_bool y
  12. endif