diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-12 09:51:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:24:22 -0500 |
commit | 34a5c4257a4f41675a3082df8c15444a1b9d58d7 (patch) | |
tree | 339e1b9250bbfd52c1b1932f2b36e5a1cb127cd5 /drivers/block/Kconfig | |
parent | fbca0e66cc982325d8031094736d79ed007e42e2 (diff) | |
download | u-boot-34a5c4257a4f41675a3082df8c15444a1b9d58d7.tar.gz |
SystemACE: Remove
This driver is no longer used on any supported platform in U-Boot and
there is no interest in maintaining it further from people that have
used it historically.
Cc: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
c: Alexey Brodkin <alexey.brodkin@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 73836ada09..15fd1bcb2b 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -44,22 +44,3 @@ config IDE This allows access to raw blocks and filesystems on an IDE drive from U-Boot. See also CMD_IDE which provides an 'ide' command for performing various IDE operations. - -config SYSTEMACE - bool "Xilinx SystemACE support" - select HAVE_BLOCK_DEVICE - help - Adding this option adds support for Xilinx SystemACE chips attached - via some sort of local bus. The address of the chip must also be - defined in the CONFIG_SYS_SYSTEMACE_BASE macro. - - When SystemACE support is added, the "ace" device type becomes - available to the fat commands, i.e. fatls. - -config SYS_SYSTEMACE_BASE - hex "Base address of SystemACE chip" - depends on SYSTEMACE - -config SYS_SYSTEMACE_WIDTH - int "Word size of access to the of SystemACE chip" - depends on SYSTEMACE |