Kconfig 273 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2015
  3. # Gerald Kerma <dreagle@doukki.net>
  4. # Tony Dinh <mibodhi@gmail.com>
  5. #
  6. # SPDX-License-Identifier: GPL-2.0+
  7. #
  8. if TARGET_NSA310S
  9. config SYS_BOARD
  10. default "nsa310s"
  11. config SYS_VENDOR
  12. default "zyxel"
  13. config SYS_CONFIG_NAME
  14. default "nsa310s"
  15. endif