u-boot-brain/configs/a3m071_defconfig
Joe Hershberger 3c85c8b9f9 a3m071: Add needed dependency on LIB_RAND
Boards using link-local need lib rand.

When link-local is moved to Kconfig, this dependency will be described
there.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
2015-06-25 17:05:05 -04:00

7 lines
101 B
Plaintext

CONFIG_PPC=y
CONFIG_CMD_NET=y
CONFIG_MPC5xxx=y
CONFIG_TARGET_A3M071=y
CONFIG_SPL=y
CONFIG_LIB_RAND=y