-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: Adc VREF periph control by KCONFIG
- Loading branch information
Showing
3 changed files
with
143 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
choice | ||
prompt "ADC_VREF" | ||
|
||
config ADC_VREF_DEFAULT | ||
bool "Default ADC Reference Voltage - 1V" | ||
|
||
config ADC_VREF_INTVCC0 | ||
bool "ADC Reference Voltage - 1/1.48 VDDANA" | ||
|
||
config ADC_VREF_INTVCC1 | ||
bool "ADC Reference Voltage - 1/2 VDDANA" | ||
|
||
config ADC_VREF_EXT1 | ||
bool "External Voltage ADC ref 1" | ||
|
||
config ADC_VREF_EXT2 | ||
bool "External Voltage ADC ref 2" | ||
endchoice |
Oops, something went wrong.