xref: /rk3399_rockchip-uboot/board/dbau1x00/Kconfig (revision c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d)
1if TARGET_DBAU1X00
2
3config SYS_BOARD
4	default "dbau1x00"
5
6config SYS_SOC
7	default "au1x00"
8
9config SYS_CONFIG_NAME
10	default "dbau1x00"
11
12menu "dbau1x00 board options"
13
14choice
15	prompt "Select au1x00 SoC type"
16	optional
17
18config DBAU1100
19	bool "Select AU1100"
20
21config DBAU1500
22	bool "Select AU1500"
23
24config DBAU1550
25	bool "Select AU1550"
26
27endchoice
28
29endmenu
30
31endif
32