mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / src / vendorcode / cavium / Kconfig
blob15b9ef598dddf908424d16fcaf81cab5b1e03e37
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config CAVIUM_BDK
4         def_bool n
5         select HAVE_DEBUG_RAM_SETUP
6         help
7           Build Cavium's BDK in romstage.
9 if CAVIUM_BDK
11 menu "BDK"
13 config CAVIUM_BDK_VERBOSE_INIT
14         bool "Enable verbose init"
15         depends on CAVIUM_BDK
16         help
17           Build Cavium's BDK with verbose init code.
19 config CAVIUM_BDK_VERBOSE_DRAM
20         bool "Enable verbose dram init"
21         default y if DEBUG_RAM_SETUP
22         depends on CAVIUM_BDK
23         help
24           Build Cavium's BDK with verbose dram init code.
26 config CAVIUM_BDK_VERBOSE_DRAM_TEST
27         bool "Enable verbose raminit tests"
28         depends on CAVIUM_BDK
29         help
30           Build Cavium's BDK with verbose DRAM testing code.
32 config CAVIUM_BDK_VERBOSE_QLM
33         bool "Enable verbose qlm init"
34         depends on CAVIUM_BDK
35         help
36           Build Cavium's BDK with verbose QLM code.
38 config CAVIUM_BDK_VERBOSE_PCIE_CONFIG
39         bool "Enable verbose pcie config"
40         depends on CAVIUM_BDK
41         help
42           Build Cavium's BDK with verbose PCIe config code.
44 config CAVIUM_BDK_VERBOSE_PCIE
45         bool "Enable verbose pcie init"
46         depends on CAVIUM_BDK
47         help
48           Build Cavium's BDK with verbose PCIe code.
50 config CAVIUM_BDK_VERBOSE_PHY
51         bool "Enable verbose phy init"
52         depends on CAVIUM_BDK
53         help
54           Build Cavium's BDK with verbose PHY code.
56 config CAVIUM_BDK_DDR_TUNE_HW_OFFSETS
57         bool "Hardware assisted DLL read offset tuning"
58         default n
59         depends on CAVIUM_BDK
61         help
62           Automatically tune the data byte DLL read offsets.
63           Always done by default, but allow use of HW-assist.
64           NOTE: HW-assist will also tune the ECC byte.
66 config CAVIUM_BDK_DDR_TUNE_WRITE_OFFSETS
67         bool "Automatically tune the data byte DLL write offsets"
68         default n
69         depends on CAVIUM_BDK
71 config CAVIUM_BDK_DDR_TUNE_ECC_ENABLE
72         bool "Automatically tune the ECC byte DLL read offsets"
73         default n
74         depends on CAVIUM_BDK
76 endmenu
78 endif