zephyr/drivers/spi
Andre Guedes 1eaaa6434b spi: Remove default value from platform-specific options
This patch removes the default value from some platform/SoC specific
options which are declared in drivers/spi/Kconfig because 1) most of
the time they are not valid values and 2) the correct values are
already set in the SoC Kconfig.

It also moves the interrupt priority definition from the driver's
Kconfig to the platform's Kconfig since it is a platform-specific
configuration.

Change-Id: Ic992749b3210ed8a2e454edece41ceca5edbaf2e
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-24 14:26:23 -03:00
..
Kconfig spi: Remove default value from platform-specific options 2016-02-24 14:26:23 -03:00
Makefile spi: Add QMSI-based implementation 2016-02-05 20:25:29 -05:00
spi_dw.c spi: dw: Quark SE Sensor Sub-System support 2016-02-20 15:39:16 +00:00
spi_dw.h spi: dw: Quark SE Sensor Sub-System support 2016-02-20 15:39:16 +00:00
spi_dw_quark_se_ss_regs.h spi: dw: Quark SE Sensor Sub-System support 2016-02-20 15:39:16 +00:00
spi_dw_regs.h spi: dw: Quark SE Sensor Sub-System support 2016-02-20 15:39:16 +00:00
spi_intel.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
spi_intel.h struct packing 2016-02-10 16:21:26 +00:00
spi_qmsi.c spi: Enable QMSI driver for Quark D2000 2016-02-20 14:57:45 +00:00