xref: /rk3399_rockchip-uboot/board/pb1x00/Kconfig (revision 2651a052d8ab13a8609c51053ba0f693f1be3295)
1if TARGET_PB1X00
2
3config SYS_BOARD
4	default "pb1x00"
5
6config SYS_SOC
7	default "au1x00"
8
9config SYS_CONFIG_NAME
10	default "pb1x00"
11
12config SYS_TEXT_BASE
13	default 0x83800000
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
27endif
28