Re: [PATCH v9 3/3] add support for DWC UFS Host Controller
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-03-03 14:13:03
Also in:
linux-scsi, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-03-03 14:13:03
Also in:
linux-scsi, lkml
On Thursday 03 March 2016 13:52:39 Joao Pinto wrote:
config SCSI_UFS_DWC
bool
config SCSI_UFS_DWC_TC_PLATFORM
tristate "DesignWare platform support using a G210 Test Chip"
depends on SCSI_UFSHCD_PLATFORM
select SCSI_UFS_DWC
---help---
Synopsys Test Chip is a PHY for prototyping purposes.
If unsure, say N."
config SCSI_UFS_DWC_TC_PCI
tristate "DesignWare pci support using a G210 Test Chip"
depends on SCSI_UFSHCD_PCI
select SCSI_UFS_DWC
---help---
Synopsys Test Chip is a PHY for prototyping purposes.
If unsure, say N."
I would keep SCSI_UFS_DWC to avoid building DWC specific source everytime.
Agree?Yes, looks good to me. Arnd