diff options
Diffstat (limited to 'src/mainboard/biostar/Kconfig')
-rw-r--r-- | src/mainboard/biostar/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/biostar/Kconfig b/src/mainboard/biostar/Kconfig index 7afd6a225d..326edd789d 100644 --- a/src/mainboard/biostar/Kconfig +++ b/src/mainboard/biostar/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the coreboot project. ## ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> +## Copyright (C) 2015 Sergej Ivanov <getinaks@gmail.com> ## ## 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 @@ -24,9 +25,14 @@ choice config BOARD_BIOSTAR_M6TBA bool "M6TBA" +config BOARD_BIOSTAR_AM1ML + bool "AM1ML" + endchoice source "src/mainboard/biostar/m6tba/Kconfig" +source "src/mainboard/biostar/am1ml/Kconfig" + config MAINBOARD_VENDOR string |