Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / board / theobroma-systems / puma_rk3399 / Kconfig
1 if TARGET_PUMA_RK3399
2
3 config SYS_BOARD
4         default "puma_rk3399"
5
6 config SYS_VENDOR
7         default "theobroma-systems"
8
9 config SYS_CONFIG_NAME
10         default "puma_rk3399"
11
12 config BOARD_SPECIFIC_OPTIONS # dummy
13         def_bool y
14
15 config ENV_SIZE
16         default 0x4000
17
18 config ENV_OFFSET
19         default 0x3fc000 if ENV_IS_IN_SPI_FLASH
20
21 choice
22         prompt "Theobroma Systems RK3399-Q7 DDR Option"
23         default TARGET_PUMA_RK3399_RAM_DDR3_1333
24
25 config TARGET_PUMA_RK3399_RAM_DDR3_1333
26         bool "DDR3-1333MHz"
27
28 config TARGET_PUMA_RK3399_RAM_DDR3_1600
29         bool "DDR3-1600MHz"
30
31 config TARGET_PUMA_RK3399_RAM_DDR3_1866
32         bool "DDR3-1866MHz"
33
34 endchoice
35
36 endif