summaryrefslogtreecommitdiff
path: root/target/config/Config.in.boards
blob: 604743d300ad3e11ca346b99a964f1c14678cdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

config ADK_TARGET_BOARD_BCM28XX
	bool

config ADK_TARGET_BOARD_ATH79
	bool

config ADK_TARGET_BOARD
        string
        default "bcm28xx" if ADK_TARGET_BOARD_BCM28XX
        default "ath79" if ADK_TARGET_BOARD_ATH79