diff --git a/src/drivers/power_monitor/ina220/ina220_params.yaml b/src/drivers/power_monitor/ina220/ina220_params.yaml index 2fbdd65ed0..7ce03a2003 100644 --- a/src/drivers/power_monitor/ina220/ina220_params.yaml +++ b/src/drivers/power_monitor/ina220/ina220_params.yaml @@ -5,7 +5,7 @@ parameters: SENS_EN_INA220: description: short: Enable INA220 Power Monitor - long: For systems a INA220 Power Monitor, this should be set to true + long: For systems with an INA220 Power Monitor, this should be set to true type: boolean default: 0 reboot_required: true diff --git a/src/drivers/power_monitor/ina226/ina226_params.yaml b/src/drivers/power_monitor/ina226/ina226_params.yaml index 6a223ead5d..77807ccd6f 100644 --- a/src/drivers/power_monitor/ina226/ina226_params.yaml +++ b/src/drivers/power_monitor/ina226/ina226_params.yaml @@ -5,7 +5,7 @@ parameters: SENS_EN_INA226: description: short: Enable INA226 Power Monitor - long: For systems a INA226 Power Monitor, this should be set to true + long: For systems with an INA226 Power Monitor, this should be set to true type: boolean default: 0 reboot_required: true diff --git a/src/drivers/power_monitor/ina228/ina228_params.yaml b/src/drivers/power_monitor/ina228/ina228_params.yaml index 9c9ef97d49..1b6997a344 100644 --- a/src/drivers/power_monitor/ina228/ina228_params.yaml +++ b/src/drivers/power_monitor/ina228/ina228_params.yaml @@ -5,7 +5,7 @@ parameters: SENS_EN_INA228: description: short: Enable INA228 Power Monitor - long: For systems a INA228 Power Monitor, this should be set to true + long: For systems with an INA228 Power Monitor, this should be set to true type: boolean default: 0 reboot_required: true diff --git a/src/drivers/power_monitor/ina238/ina238_params.yaml b/src/drivers/power_monitor/ina238/ina238_params.yaml index e0319cd3e2..fce50416d6 100644 --- a/src/drivers/power_monitor/ina238/ina238_params.yaml +++ b/src/drivers/power_monitor/ina238/ina238_params.yaml @@ -5,7 +5,7 @@ parameters: SENS_EN_INA238: description: short: Enable INA238 Power Monitor - long: For systems a INA238 Power Monitor, this should be set to true + long: For systems with an INA238 Power Monitor, this should be set to true type: boolean default: 0 reboot_required: true