Ana Carolina Cabral has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85493?usp=email )
Change subject: mb/amd/birman_plus: Kconfig ......................................................................
mb/amd/birman_plus: Kconfig
Clean up WLAN and WWAN configuration flags based on the schematics Doc. 105-D99700-00C.
Change-Id: Ia310ea616006479b9a052afb99d08df6a11431f4 Signed-off-by: Ana Carolina Cabral ana.cabral@amd.com --- M src/mainboard/amd/birman_plus/Kconfig 1 file changed, 30 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/85493/1
diff --git a/src/mainboard/amd/birman_plus/Kconfig b/src/mainboard/amd/birman_plus/Kconfig index 462fece..a6c1999 100644 --- a/src/mainboard/amd/birman_plus/Kconfig +++ b/src/mainboard/amd/birman_plus/Kconfig @@ -99,11 +99,12 @@ help Enable the 19V rail for Eval Card PCIe slot
+if BOARD_AMD_BIRMANPLUS_GLINDA choice prompt "DT SLOT/M.2 SSD1 ENABLE" default ENABLE_DT_SLOT_BIRMANPLUS help - Either DT slot or M.2 SSD1 can be used, as they are sharing PCIe lanes. + Either DT slot or M.2 SSD1 can be used, as they are sharing PCIe lanes.
config ENABLE_DT_SLOT_BIRMANPLUS bool "Enable DT slot" @@ -113,25 +114,42 @@
config DISABLE_DT_M2_BIRMANPLUS bool "Disable both DT and M.2 slot" - endchoice
choice - prompt "WLAN/WWAN Selection" - default WLAN0_WWAN0_BIRMANPLUS + prompt "GBE Enable/WWAN LANE1 Selection" + default ENABLE_GBE_BIRMANPLUS help - WLAN and WWAN lane configuration + When the M.2 x2 WLAN slot is enabled, the SD Card Reader is disabled.
-config WLAN0_WWAN0_BIRMANPLUS - bool "Both WLAN and WWAN Enabled (1 lane each)" +config ENABLE_GBE_BIRMANPLUS + bool "Enable GBE (1 Lane WWAN)"
-config WLAN01_BIRMANPLUS - bool "Only WLAN Enabled (2 lanes WLAN, 0 lanes WWAN)" +config ENABLE_WWAN02_BIRMANPLUS + bool "Enable WWAN (2 Lanes WWAN)"
-config WWAN01_BIRMANPLUS - bool "Only WWAN Enabled (2 lanes WWAN, 0 lanes WLAN)" - +config DISABLE_WWAN_BIRMANPLUS + bool "Disable WWAN" endchoice + +choice + prompt "SD Card Enable/WLAN LANE1 Selection" + default ENABLE_SDCARD_BIRMANPLUS + help + When the M.2 x2 WWAN slot is enabled, the GbE LAN is disabled. + +config ENABLE_SDCARD_BIRMANPLUS + bool "Enable GBE (1 Lane WLAN)" + +config ENABLE_WLAN02_BIRMANPLUS + bool "Enable WLAN LANE1 (2 Lanes WLAN)" + +config DISABLE_WLAN_BIRMANPLUS + bool "Disable WLAN" +endchoice + +endif # BOARD_AMD_BIRMANPLUS_GLINDA + if !EM100 # EM100 defaults in soc/amd/common/blocks/spi/Kconfig config EFS_SPI_READ_MODE default 3 # Quad IO (1-1-4)