Kconfig 145 B

1234567891011
  1. if TARGET_SKSIMX6
  2. config SYS_BOARD
  3. default "sksimx6"
  4. config SYS_VENDOR
  5. default "sks-kinkel"
  6. config SYS_CONFIG_NAME
  7. default "sksimx6"
  8. endif