diff options
author | Joel Johnson <mrjoel@lixil.net> | 2020-03-23 14:21:32 -0600 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-04-14 13:16:42 +0200 |
commit | 9f205d658da33bf2462baa1608aed996c48473af (patch) | |
tree | 359088c1cc22acb3273ed551fa65e0bc2ae560c6 /board/solidrun/clearfog/Kconfig | |
parent | ee26e8539f1f244ae3cdb932fdcae73f1d9b5911 (diff) | |
download | u-boot-9f205d658da33bf2462baa1608aed996c48473af.tar.gz u-boot-9f205d658da33bf2462baa1608aed996c48473af.tar.xz u-boot-9f205d658da33bf2462baa1608aed996c48473af.zip |
arm: mvebu: clearfog: initial ClearFog Base variant
Add a unique entry for ClearFog Base variant, reflected in the board
name and adjusted SerDes topology.
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/solidrun/clearfog/Kconfig')
-rw-r--r-- | board/solidrun/clearfog/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/board/solidrun/clearfog/Kconfig b/board/solidrun/clearfog/Kconfig new file mode 100644 index 0000000000..936d5918f8 --- /dev/null +++ b/board/solidrun/clearfog/Kconfig @@ -0,0 +1,18 @@ +menu "ClearFog configuration" + depends on TARGET_CLEARFOG + +config TARGET_CLEARFOG_BASE + bool "Use ClearFog Base static configuration" + help + Use the ClearFog Base as the static configuration instead of the + default which uses the ClearFog Pro. + + Runtime board detection is always attempted and used if available. The + static configuration is used as a fallback in cases where runtime + detection is disabled, is not available in hardware, or otherwise fails. + + Only newer revisions of the ClearFog product line support runtime + detection via additional EEPROM hardware. This option enables selecting + the Base variant for older hardware revisions. + +endmenu |