Kconfig 269 B

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