diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:37 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:52 -0400 |
commit | 7f6665554a6e42af3c9f704de879705c1b20b56c (patch) | |
tree | 27185c588eebc1b39eb731635963874d87d3e4d3 /README | |
parent | 3abe4e6d9cb685d0b44393bb4fed4a1478e8ba5e (diff) | |
download | u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.zip u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.gz u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.bz2 |
Convert CONFIG_CMD_PCMCIA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCMCIA
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -812,7 +812,6 @@ The following options need to be configured: CONFIG_CMD_MII * MII utility commands CONFIG_CMD_NET bootp, tftpboot, rarpboot CONFIG_CMD_NFS NFS support - CONFIG_CMD_PCMCIA * PCMCIA support CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network host CONFIG_CMD_PORTIO * Port I/O |