• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
12config SYS_TEXT_BASE
13	default 0xbfc00000
14
15config SYS_DCACHE_SIZE
16	default 16384
17
18config SYS_DCACHE_LINE_SIZE
19	default 32
20
21config SYS_ICACHE_SIZE
22	default 16384
23
24config SYS_ICACHE_LINE_SIZE
25	default 32
26
27menu "dbau1x00 board options"
28
29choice
30	prompt "Select au1x00 SoC type"
31	optional
32
33config DBAU1100
34	bool "Select AU1100"
35
36config DBAU1500
37	bool "Select AU1500"
38
39config DBAU1550
40	bool "Select AU1550"
41
42endchoice
43
44endmenu
45
46endif
47