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 /cmd | |
parent | 3abe4e6d9cb685d0b44393bb4fed4a1478e8ba5e (diff) | |
download | u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.gz |
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 'cmd')
-rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 8fab42d884..ef614a6a5f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -741,6 +741,14 @@ config CMD_PCI peripherals. Sub-commands allow bus enumeration, displaying and changing configuration space and a few other features. +config CMD_PCMCIA + bool "pinit - Set up PCMCIA device" + help + Provides a means to initialise a PCMCIA (Personal Computer Memory + Card International Association) device. This is an old standard from + about 1990. These devices are typically removable memory or network + cards using a standard 68-pin connector. + config CMD_REMOTEPROC bool "remoteproc" depends on REMOTEPROC |