xref: /aosp_15_r20/external/coreboot/src/drivers/genesyslogic/gl9750/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config DRIVERS_GENESYSLOGIC_GL9750
4	bool "Genesys Logic GL9750"
5	help
6	  GL9750 is a PCI Express Rev. 1.1 compliant card reader controller
7	  which integrates PCI Express PHY, memory card access interface,
8	  regulators (3.3V-to-1.2V) and card power switch. Enabling this driver
9	  will disable L0s support, which will allow the device to enter the
10	  PCIe L1 link state.
11
12config DRIVERS_GENESYSLOGIC_GL9750_INVERT_WP
13	bool
14	depends on DRIVERS_GENESYSLOGIC_GL9750
15	default n
16