summaryrefslogtreecommitdiffstats
path: root/src/mainboard/axus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/axus/Kconfig')
-rw-r--r--src/mainboard/axus/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mainboard/axus/Kconfig b/src/mainboard/axus/Kconfig
index a50a09e..e6e4798 100644
--- a/src/mainboard/axus/Kconfig
+++ b/src/mainboard/axus/Kconfig
@@ -16,12 +16,20 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+if VENDOR_AXUS
choice
prompt "Mainboard model"
- depends on VENDOR_AXUS
-source "src/mainboard/axus/tc320/Kconfig"
+config BOARD_AXUS_TC320
+ bool "TC320"
endchoice
+source "src/mainboard/axus/tc320/Kconfig"
+
+config MAINBOARD_VENDOR
+ string
+ default "AXUS"
+
+endif # VENDOR_AXUS
OpenPOWER on IntegriCloud