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

@@ -1197,7 +1197,7 @@ static const device_config_t aha_154xb_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,
@@ -1290,7 +1290,7 @@ static const device_config_t aha_154x_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,
@@ -1363,7 +1363,7 @@ static const device_config_t aha_154xcf_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,

View File

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