mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
nios2: enable Driver Model
Enable the Driver Model config. The driver subsystems are not enabled until we enable each of them. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
e6e2c15d48
commit
51068bcfc9
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
CONFIG_NIOS2=y
|
||||
# CONFIG_SYS_MALLOC_F is not set
|
||||
CONFIG_TARGET_NIOS2_GENERIC=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
|
||||
CONFIG_HUSH_PARSER=y
|
||||
|
@ -13,3 +14,4 @@ CONFIG_CMD_DHCP=y
|
|||
CONFIG_CMD_PING=y
|
||||
CONFIG_OF_CONTROL=y
|
||||
CONFIG_NET_RANDOM_ETHADDR=y
|
||||
CONFIG_DM=y
|
||||
|
|
Loading…
Add table
Reference in a new issue