From 026e940f03107cdd32b6f479134d1b61f700a3de Mon Sep 17 00:00:00 2001 From: Ben Chuang Date: Thu, 16 Jul 2020 11:34:36 +0800 Subject: drivers/genesyslogic/gl9763e: Add driver for Genesys Logic GL9763E The device is a PCIe to eMMC bridge controller to be used in the Chromebook as the boot disk. The datasheet name is GL9763E and the revision is 02. The patch sets single request AXI, disables ASPM L0s and enables SSC. Signed-off-by: Ben Chuang Change-Id: I158c79f5ac6e559f335b6b50092469c7b1646c56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43751 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Aaron Durbin --- src/drivers/genesyslogic/gl9763e/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/drivers/genesyslogic/gl9763e/Kconfig (limited to 'src/drivers/genesyslogic/gl9763e/Kconfig') diff --git a/src/drivers/genesyslogic/gl9763e/Kconfig b/src/drivers/genesyslogic/gl9763e/Kconfig new file mode 100644 index 0000000000..c254707f66 --- /dev/null +++ b/src/drivers/genesyslogic/gl9763e/Kconfig @@ -0,0 +1,2 @@ +config DRIVERS_GENESYSLOGIC_GL9763E + bool -- cgit v1.2.3