Config.in.boards 355 B

12345678910111213
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_TARGET_BOARD_BCM28XX
  4. bool
  5. config ADK_TARGET_BOARD_ATH79
  6. bool
  7. config ADK_TARGET_BOARD
  8. string
  9. default "bcm28xx" if ADK_TARGET_BOARD_BCM28XX
  10. default "ath79" if ADK_TARGET_BOARD_ATH79