Kconfig 198 B

123456789101112131415
  1. if TARGET_SANSA_FUZE_PLUS
  2. config SYS_BOARD
  3. default "sansa_fuze_plus"
  4. config SYS_VENDOR
  5. default "sandisk"
  6. config SYS_SOC
  7. default "mxs"
  8. config SYS_CONFIG_NAME
  9. default "sansa_fuze_plus"
  10. endif