diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:47:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 19:27:41 -0400 |
commit | 9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe (patch) | |
tree | 1aa52f3c887b29e53d7cdbb291f8ac43a8216920 /drivers/Kconfig | |
parent | f3998fdc4d0871727d7be6838bac750c6323c0a8 (diff) | |
download | u-boot-9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe.tar.gz u-boot-9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe.tar.bz2 u-boot-9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe.zip |
Drop PCMCIA
This is no-longer used in U-Boot and has not been converted to driver
model. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 5a9d01b508..350acf81f3 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -70,8 +70,6 @@ source "drivers/pci_endpoint/Kconfig" source "drivers/pch/Kconfig" -source "drivers/pcmcia/Kconfig" - source "drivers/phy/Kconfig" source "drivers/phy/allwinner/Kconfig" |