0
0
Fork 0
hgicf/utils/Kconfig

12 lines
256 B
Text
Raw Normal View History

2023-10-12 23:37:43 +00:00
config HGIC_USB
bool " Support USB interface"
depends on USB && (HGICS||HGICF)
config HGIC_SDIO
bool " Support SDIO interface"
depends on MMC && (HGICS||HGICF)
config SDIO_REINIT
bool " Support Re-init SDIO interface"
depends on HGIC_SDIO