mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
Blackfin: improve CLKIN_HZ config default
Most boards use 25000000 as the default HZ, so rather than add a whole bunch more boards, make it the default for everyone. This also fixes randconfig builds as there was no default before. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
1ee76d7e16
commit
d0cb9b4ef6
@ -414,12 +414,12 @@ comment "Clock/PLL Setup"
|
|||||||
|
|
||||||
config CLKIN_HZ
|
config CLKIN_HZ
|
||||||
int "Frequency of the crystal on the board in Hz"
|
int "Frequency of the crystal on the board in Hz"
|
||||||
default "11059200" if BFIN533_STAMP
|
|
||||||
default "27000000" if BFIN533_EZKIT
|
|
||||||
default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN538_EZKIT || BFIN518F-EZBRD)
|
|
||||||
default "30000000" if BFIN561_EZKIT
|
|
||||||
default "24576000" if PNAV10
|
|
||||||
default "10000000" if BFIN532_IP0X
|
default "10000000" if BFIN532_IP0X
|
||||||
|
default "11059200" if BFIN533_STAMP
|
||||||
|
default "24576000" if PNAV10
|
||||||
|
default "25000000" # most people use this
|
||||||
|
default "27000000" if BFIN533_EZKIT
|
||||||
|
default "30000000" if BFIN561_EZKIT
|
||||||
help
|
help
|
||||||
The frequency of CLKIN crystal oscillator on the board in Hz.
|
The frequency of CLKIN crystal oscillator on the board in Hz.
|
||||||
Warning: This value should match the crystal on the board. Otherwise,
|
Warning: This value should match the crystal on the board. Otherwise,
|
||||||
|
Loading…
Reference in New Issue
Block a user