blob: d14d323be1fa18abf462faedad749c08b1c24cf0 [file] [log] [blame]
##
## Copyright 2013 Google Inc. All rights reserved.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
menu "Board"
config BOARD
string "Board name"
if BOARD = "auron"
source src/board/auron/Kconfig
endif
if BOARD = "auron_paine"
source src/board/auron_paine/Kconfig
endif
if BOARD = "auron_yuna"
source src/board/auron_yuna/Kconfig
endif
if BOARD = "bayleybay"
source src/board/bayleybay/Kconfig
endif
if BOARD = "beltino"
source src/board/beltino/Kconfig
endif
if BOARD = "bolt"
source src/board/bolt/Kconfig
endif
if BOARD = "cid"
source src/board/cid/Kconfig
endif
if BOARD = "daisy"
source src/board/daisy/Kconfig
endif
if BOARD = "falco"
source src/board/falco/Kconfig
endif
if BOARD = "fox_wtm2"
source src/board/fox_wtm2/Kconfig
endif
if BOARD = "gandof"
source src/board/gandof/Kconfig
endif
if BOARD = "gizmo"
source src/board/gizmo/Kconfig
endif
if BOARD = "guado"
source src/board/guado/Kconfig
endif
if BOARD = "jecht"
source src/board/jecht/Kconfig
endif
if BOARD = "link"
source src/board/link/Kconfig
endif
if BOARD = "lulu"
source src/board/lulu/Kconfig
endif
if BOARD = "nyan"
source src/board/nyan/Kconfig
endif
if BOARD = "nyan_big"
source src/board/nyan_big/Kconfig
endif
if BOARD = "nyan_blaze"
source src/board/nyan_blaze/Kconfig
endif
if BOARD = "panther"
source src/board/panther/Kconfig
endif
if BOARD = "peach_pit"
source src/board/peach_pit/Kconfig
endif
if BOARD = "peppy"
source src/board/peppy/Kconfig
endif
if BOARD = "rambi"
source src/board/rambi/Kconfig
endif
if BOARD = "rikku"
source src/board/rikku/Kconfig
endif
if BOARD = "rush"
source src/board/rush/Kconfig
endif
if BOARD = "rush_ryu"
source src/board/rush_ryu/Kconfig
endif
if BOARD = "samus"
source src/board/samus/Kconfig
endif
if BOARD = "slippy"
source src/board/slippy/Kconfig
endif
if BOARD = "storm"
source src/board/storm/Kconfig
endif
if BOARD = "tidus"
source src/board/tidus/Kconfig
endif
if BOARD = "veyron_pinky"
source src/board/veyron_pinky/Kconfig
endif
endmenu