diff options
author | Tom Rini <trini@ti.com> | 2014-11-03 12:46:12 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-03 12:46:12 -0500 |
commit | 46b7b2e8025770fb29f7810c2d7d15a6650b9643 (patch) | |
tree | 011b21fda812211c3d7e50b65c48f93432d32d04 /board/dbau1x00/Kconfig | |
parent | a8b972bfa82c0391aaba809f29e351507fd28215 (diff) | |
parent | 265072ba75d7a931ed0a751d5192220bcc5cc230 (diff) | |
download | u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.zip u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.tar.gz u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'board/dbau1x00/Kconfig')
-rw-r--r-- | board/dbau1x00/Kconfig | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig index 1a8946d..1286e45 100644 --- a/board/dbau1x00/Kconfig +++ b/board/dbau1x00/Kconfig @@ -1,8 +1,5 @@ if TARGET_DBAU1X00 -config SYS_CPU - default "mips32" - config SYS_BOARD default "dbau1x00" @@ -12,4 +9,22 @@ config SYS_SOC config SYS_CONFIG_NAME default "dbau1x00" +menu "dbau1x00 board options" + +choice + prompt "Select au1x00 SoC type" + +config DBAU1100 + bool "Select AU1100" + +config DBAU1500 + bool "Select AU1500" + +config DBAU1550 + bool "Select AU1550" + +endchoice + +endmenu + endif |