drivers/spi/spi_intel.c: remove Quark SPI support

This was only used on Quark SoCs. It is no longer used, can no
longer be tested, and it's reliant upon the deprecated legacy PCI
subsystem. Remove it to prevent bitrot.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-08-23 08:56:22 -07:00 committed by Anas Nashif
commit 34ffdd0aab
5 changed files with 0 additions and 680 deletions

View file

@ -180,14 +180,6 @@ config SPI_6_OP_MODES
endif # SPI_6
config SPI_INTEL
bool "Intel SPI controller driver"
depends on CPU_MINUTEIA
help
Enable support for Intel's SPI controllers. Such controller
was formerly found on XScale chips. It can be found nowadays
on CEXXXX Intel media controller and Quark CPU (2 of them).
source "drivers/spi/Kconfig.stm32"
source "drivers/spi/Kconfig.dw"