mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
ARM: kirkwood: SBx81LIFKW: enable CMD_GPIO
For debugging it is convenient to query/access GPIOs from the command line. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
923d0a8993
commit
d54d7b185d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ CONFIG_SYS_CBSIZE=256
|
|||
CONFIG_SYS_PBSIZE=276
|
||||
CONFIG_CMD_DM=y
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_I2C=y
|
||||
CONFIG_CMD_DHCP=y
|
||||
CONFIG_BOOTP_NTPSERVER=y
|
||||
|
|
Loading…
Reference in a new issue