config DYNAMIC_SYS_CLK_FREQ
bool "Determine CPU clock frequency at run-time"
+ depends on !COMPILE_TEST
help
Implement a get_board_sys_clk function that will determine the CPU
clock frequency at run time, rather than define it statically.
config OF_BOARD_SETUP_EXTENDED
bool "Set up latest board-specific details in device tree before boot"
+ depends on !COMPILE_TEST
imply OF_BOARD_SETUP
help
This causes U-Boot to call ft_board_setup_ex() before booting into
config OF_SYSTEM_SETUP
bool "Set up system-specific details in device tree before boot"
+ depends on !COMPILE_TEST
help
This causes U-Boot to call ft_system_setup() before booting into
the Operating System. This function can set up various
config CMD_FUSE
bool "fuse - support for the fuse subssystem"
+ depends on !COMPILE_TEST
help
(deprecated - needs conversion to driver model)
This allows reading, sensing, programming or overriding fuses
config CMD_IDE
bool "ide - Support for IDE drivers"
+ depends on !COMPILE_TEST
select IDE
help
Provides an 'ide' command which allows accessing the IDE drive,
config CMD_ONENAND
bool "onenand - access to onenand device"
depends on MTD
+ depends on !COMPILE_TEST
help
OneNAND is a brand of NAND ('Not AND' gate) flash which provides
various useful features. This command allows reading, writing,
config USE_ONENAND_BOARD_INIT
bool "Call onenand_board_init() in the onenand command"
depends on CMD_ONENAND
+ depends on !COMPILE_TEST
config CMD_OSD
bool "osd"
config CMD_MTDPARTS
bool "MTD partition support"
+ depends on !COMPILE_TEST
depends on MTD
select MTD_PARTITIONS
help
config SYS_CONSOLE_OVERWRITE_ROUTINE
bool "Allow board control over console overwriting"
+ depends on !COMPILE_TEST
help
If this is enabled, and the board-specific function
overwrite_console() returns 1, the stdin, stderr and stdout are
config BOARD_EARLY_INIT_F
bool "Call board-specific init before relocation"
+ depends on !COMPILE_TEST
help
Some boards need to perform initialisation as soon as possible
after boot. With this option, U-Boot calls board_early_init_f()
config BOARD_EARLY_INIT_R
bool "Call board-specific init after relocation"
+ depends on !COMPILE_TEST
help
Some boards need to perform initialisation as directly after
relocation. With this option, U-Boot calls board_early_init_r()
config BOARD_INIT
bool "Call board-specific init board_init() during init-calls"
+ depends on !COMPILE_TEST
default y if ARM || RISCV || SANDBOX
help
Some boards need an board_init() function called during the initcall
config BOARD_POSTCLK_INIT
bool "Call board_postclk_init"
+ depends on !COMPILE_TEST
help
Some boards need this to initialize select items, after clocks /
timebase and before env / serial.
config MISC_INIT_R
bool "Execute Misc Init"
+ depends on !COMPILE_TEST
default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx
default y if ARCH_OMAP2PLUS && !AM33XX
help
config RESET_PHY_R
bool "Reset ethernet PHY during init"
+ depends on !COMPILE_TEST
help
Implement reset_phy() in board code if required to reset the ethernet
PHY.
config BOARD_RNG_SEED
bool "Provide /chosen/rng-seed property to the linux kernel"
+ depends on !COMPILE_TEST
help
Selecting this option requires the board to define a
board_rng_seed() function, which should return a buffer
config PHYS_TO_BUS
bool "Custom physical to bus address mapping"
+ depends on !COMPILE_TEST
help
Some SoCs use a different address map for CPU physical addresses and
peripheral DMA master accesses. If yours does, select this option in
config IDE
bool "Support IDE controllers"
+ depends on !COMPILE_TEST
select BLK
help
Enables support for IDE (Integrated Drive Electronics) hard drives.
config SET_DFU_ALT_INFO
bool "Dynamic set of DFU alternate information"
+ depends on !COMPILE_TEST
help
This option allows to call the function set_dfu_alt_info to
dynamically build dfu_alt_info in board.
config SYS_MTDPARTS_RUNTIME
bool "Allow MTDPARTS to be configured at runtime"
+ depends on !COMPILE_TEST
help
This option allows to call the function board_mtdparts_default to
dynamically build the variables mtdids and mtdparts at runtime.
config OF_BOARD_FIXUP
bool "Board-specific manipulation of Device Tree"
+ depends on !COMPILE_TEST
help
In certain circumstances it is necessary to be able to modify
U-Boot's device tree (e.g. to delete device from it). This option
config OF_UPSTREAM
bool "Enable use of devicetree imported from Linux kernel release"
+ depends on !COMPILE_TEST
help
Traditionally, U-Boot platforms used to have their custom devicetree
files or copy devicetree files from Linux kernel which are hard to
config DTB_RESELECT
bool "Support swapping dtbs at a later point in boot"
+ depends on !COMPILE_TEST
depends on MULTI_DTB_FIT
help
It is possible during initial boot you may need to use a generic
config LMB_ARCH_MEM_MAP
bool "Add an architecture specific memory map"
depends on LMB
+ depends on !COMPILE_TEST
default y if FSL_LAYERSCAPE || X86
help
Some architectures have special or unique aspects which need