Add current limit configuration for VIN, MAIN, and USB
- Integrated current limit settings in `nconfig`. - Enabled API support for managing current limits. - Added UI components for configuring current limits. - Implemented backend logic for handling validations and updates. Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
@@ -58,6 +58,13 @@ menu "ODROID-MONITOR"
|
||||
help
|
||||
GPIO number for LED.
|
||||
|
||||
config GPIO_EXPANDER_RESET
|
||||
int "Trigger reset GPIO Num"
|
||||
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
|
||||
default 8
|
||||
help
|
||||
GPIO number for Reset expander.
|
||||
|
||||
config EXPANDER_GPIO_SW_12V
|
||||
int "12v Load Switch GPIO Num"
|
||||
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
|
||||
|
||||
Reference in New Issue
Block a user