stlink: add hosttool for stm32 flashing
[openadk.git] / target / config / Config.in.boards
blob604743d300ad3e11ca346b99a964f1c14678cdea
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 config ADK_TARGET_BOARD_BCM28XX
5         bool
7 config ADK_TARGET_BOARD_ATH79
8         bool
10 config ADK_TARGET_BOARD
11         string
12         default "bcm28xx" if ADK_TARGET_BOARD_BCM28XX
13         default "ath79" if ADK_TARGET_BOARD_ATH79