diff --git a/OVMS.V3/main/Kconfig b/OVMS.V3/main/Kconfig index d751d31..5c8ac0e 100644 --- a/OVMS.V3/main/Kconfig +++ b/OVMS.V3/main/Kconfig @@ -353,19 +353,19 @@ config OVMS_VEHICLE_CAN_RX_QUEUE_SIZE help The size of the CAN bus RX queue (at the vehicle component). - config OVMS_VEHICLE_RENAULTZOE_PH2_OBD - bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)" - default y - depends on OVMS - help - Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only). +config OVMS_VEHICLE_RENAULTZOE_PH2_OBD + bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)" + default y + depends on OVMS + help + Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only). - config OVMS_VEHICLE_RENAULTZOE_PH2_CAN - bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway" - default y - depends on OVMS - help - Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway. +config OVMS_VEHICLE_RENAULTZOE_PH2_CAN + bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway" + default y + depends on OVMS + help + Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway. endmenu # Vehicle Support