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