]> Git Repo - J-u-boot.git/commit - configs/odroid_defconfig
Convert CONFIG LIB_HW_RAND to Kconfig
authorAdam Ford <[email protected]>
Tue, 6 Feb 2018 16:18:18 +0000 (10:18 -0600)
committerTom Rini <[email protected]>
Thu, 8 Feb 2018 17:48:22 +0000 (12:48 -0500)
commita5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf
tree0f02a585c7f0438cf9088aff857baa8b7d887679
parent99bec1aead5927c54f4364bfe10823a86fe0dad2
Convert CONFIG LIB_HW_RAND to Kconfig

config_fallbacks.h had some logic to automatically select
LIB_RAND if RANDOM_UUID or CMD_UUID were set if LIB_HW_RAND wasn't
already selected.  By migrating LIB_HW_RAND to Kconfig, we can
remove this check from config_fallbacks.h and put it into Kconfig

Signed-off-by: Adam Ford <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
[trini: Turn into a choice, add NET_RANDOM_ETHADDR]
Signed-off-by: Tom Rini <[email protected]>
13 files changed:
configs/ds414_defconfig
configs/odroid_defconfig
configs/trats2_defconfig
configs/trats_defconfig
include/config_fallbacks.h
include/configs/ds414.h
include/configs/odroid.h
include/configs/thunderx_88xx.h
include/configs/trats.h
include/configs/trats2.h
lib/Kconfig
net/Kconfig
scripts/config_whitelist.txt
This page took 0.03717 seconds and 4 git commands to generate.