DMA channel -> DMA.

This commit is contained in:
OBattler
2024-11-10 02:42:01 +01:00
parent a1566e905f
commit fbc21cdf49
9 changed files with 15 additions and 15 deletions

View File

@@ -1191,7 +1191,7 @@ static const device_config_t threec501_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 3,

View File

@@ -693,7 +693,7 @@ static const device_config_t threec503_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 3,

View File

@@ -3116,7 +3116,7 @@ static const device_config_t pcnet_isa_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,