kconfig: replace known integer constants with variables
Make the intent of the value clear and avoid invalid ranges with typos. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
dfdebc9cef
commit
ad63ca284e
97 changed files with 215 additions and 215 deletions
|
@ -52,7 +52,7 @@ config SOC_ATMEL_SAM_PLLA_MULA
|
|||
config SOC_ATMEL_SAM_PLLA_DIVA
|
||||
int "PLL DIVA"
|
||||
default 1
|
||||
range 1 255
|
||||
range 1 $(UINT8_MAX)
|
||||
help
|
||||
This is the divider (DIVA) used by the PLL.
|
||||
The processor clock is (MAINCK * (MULA + 1) / DIVA).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue