diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-10-03 11:19:52 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-10-12 16:55:26 +0000 |
commit | dc522d22023a7ceb622e1f866a9a71c79343ae2c (patch) | |
tree | 47491df59328d02632059e54e92bf6776ec37dcd /src/mainboard/starlabs/starbook/Kconfig | |
parent | 25cd8e5f952f1e00b9d42b64f35ac52714b600fd (diff) |
mb/starlabs/starbook/tgl: Configure PMC mux
Configure PMC mux in devicetree.
Tested on StarBook Mk V with Ubuntu 22.04.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I297d5446e43357d97357f345668cf40dcd28502d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68083
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook/Kconfig')
-rw-r--r-- | src/mainboard/starlabs/starbook/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index 8f51db4525..16c8b6fec7 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -39,6 +39,7 @@ config BOARD_STARLABS_LABTOP_CML config BOARD_STARLABS_STARBOOK_TGL select BOARD_ROMSIZE_KB_16384 select BOARD_STARLABS_STARBOOK_SERIES + select DRIVERS_INTEL_PMC select DRIVERS_INTEL_USB4_RETIMER select EC_STARLABS_KBL_LEVELS select EC_STARLABS_MAX_CHARGE |