Kconfig 155 B

12345678910111213
  1. if TARGET_MT7623
  2. config SYS_BOARD
  3. default "mt7623"
  4. config SYS_CONFIG_NAME
  5. default "mt7623"
  6. config MTK_BROM_HEADER_INFO
  7. string
  8. default "lk=1"
  9. endif