spi : moving to a single SPI naming
Currently we have devices named "dw_spi_0" and "intel_spi_0" etc, which makes it difficult for an application to look up. Or worse, forcing a 3rd party IP to hardcode in support for only one specific IP block. Change-Id: Ie485e2350b171b66b22cd7ab39e0fcd196f38af8 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
4dee326306
commit
bfe756da7d
1 changed files with 6 additions and 6 deletions
|
@ -111,7 +111,7 @@ config SPI_INTEL_PORT_0_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "Intel SPI port 0 device name"
|
prompt "Intel SPI port 0 device name"
|
||||||
depends on SPI_INTEL_PORT_0
|
depends on SPI_INTEL_PORT_0
|
||||||
default "intel_spi_0"
|
default "SPI_0"
|
||||||
|
|
||||||
config SPI_INTEL_PORT_0_BUS
|
config SPI_INTEL_PORT_0_BUS
|
||||||
int "Port 0 PCI Bus"
|
int "Port 0 PCI Bus"
|
||||||
|
@ -169,7 +169,7 @@ config SPI_INTEL_PORT_1_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "Intel SPI port 1 device name"
|
prompt "Intel SPI port 1 device name"
|
||||||
depends on SPI_INTEL_PORT_1
|
depends on SPI_INTEL_PORT_1
|
||||||
default "intel_spi_1"
|
default "SPI_1"
|
||||||
|
|
||||||
config SPI_INTEL_PORT_1_BUS
|
config SPI_INTEL_PORT_1_BUS
|
||||||
int "Port 1 PCI Bus"
|
int "Port 1 PCI Bus"
|
||||||
|
@ -309,7 +309,7 @@ config SPI_DW_PORT_0_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "Designware SPI port 0 device name"
|
prompt "Designware SPI port 0 device name"
|
||||||
depends on SPI_DW_PORT_0
|
depends on SPI_DW_PORT_0
|
||||||
default "spi_dw_0"
|
default "SPI_0"
|
||||||
|
|
||||||
config SPI_DW_PORT_0_REGS
|
config SPI_DW_PORT_0_REGS
|
||||||
hex
|
hex
|
||||||
|
@ -357,7 +357,7 @@ config SPI_DW_PORT_1_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "Designware SPI port 1 device name"
|
prompt "Designware SPI port 1 device name"
|
||||||
depends on SPI_DW_PORT_1
|
depends on SPI_DW_PORT_1
|
||||||
default "spi_dw_1"
|
default "SPI_1"
|
||||||
|
|
||||||
config SPI_DW_PORT_1_REGS
|
config SPI_DW_PORT_1_REGS
|
||||||
hex
|
hex
|
||||||
|
@ -411,7 +411,7 @@ config SPI_QMSI_PORT_0_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "QMSI SPI port 0 device name"
|
prompt "QMSI SPI port 0 device name"
|
||||||
depends on SPI_QMSI_PORT_0
|
depends on SPI_QMSI_PORT_0
|
||||||
default "spi_0"
|
default "SPI_0"
|
||||||
|
|
||||||
config SPI_QMSI_PORT_0_IRQ
|
config SPI_QMSI_PORT_0_IRQ
|
||||||
int
|
int
|
||||||
|
@ -448,7 +448,7 @@ config SPI_QMSI_PORT_1_DRV_NAME
|
||||||
string
|
string
|
||||||
prompt "QMSI SPI port 1 device name"
|
prompt "QMSI SPI port 1 device name"
|
||||||
depends on SPI_QMSI_PORT_1
|
depends on SPI_QMSI_PORT_1
|
||||||
default "spi_1"
|
default "SPI_1"
|
||||||
|
|
||||||
config SPI_QMSI_PORT_1_IRQ
|
config SPI_QMSI_PORT_1_IRQ
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue