Kconfig 172 B

123456789101112131415
  1. # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. config SYS_VENDOR
  3. default "mscc"
  4. if SOC_JR2
  5. config SYS_BOARD
  6. default "jr2"
  7. config SYS_CONFIG_NAME
  8. default "jr2"
  9. endif