diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2022-04-26 13:50:52 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-16 13:22:49 +0000 |
commit | eda66c313b5c5491738a0a5e884caba14c07731f (patch) | |
tree | 8e4060c464694516de54555517cf76b7600bfb70 /src/soc/intel/elkhartlake/Kconfig | |
parent | bd192821bb3784014743c9ea280e032e292ac3c0 (diff) |
soc/intel/elkhartlake: Implement TSN GbE driver
To be able to make EHL Ethernet GbE-TSN Controller configurable, a
driver is required. Functionality comes in following patches.
Change-Id: I7522914c56b74486bb088280d2686acf7027d1d3
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63861
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/soc/intel/elkhartlake/Kconfig')
-rw-r--r-- | src/soc/intel/elkhartlake/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig index 26b8fe3162..467662946d 100644 --- a/src/soc/intel/elkhartlake/Kconfig +++ b/src/soc/intel/elkhartlake/Kconfig @@ -236,6 +236,13 @@ config PSE_CONFIG_BUFFER_SIZE_KIB data (FSP will append PSE config data to memory region right after PSE FW memory region). +config EHL_TSN_DRIVER + bool + default n + help + Enable TSN GbE driver to provide board specific settings in the GBE MAC. + As an example of a possible change, the MAC address could be adjusted. + config SOC_INTEL_ELKHARTLAKE_DEBUG_CONSENT int "Debug Consent for EHL" # USB DBC is more common for developers so make this default to 3 if |