spi: galileo: Set the right default interrupt type
Galileo SPI interrupt is of type level low, thus setting it to this value in Galileo's defconfig and removing useless entry in Kconfig. Change-Id: I90bcc74be1a957bf59912d6f8c2234cfa4fe2329 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
e6fc1c2049
commit
77d6c32fc2
3 changed files with 2 additions and 3 deletions
|
@ -27,3 +27,4 @@ CONFIG_GPIO_MMIO_1_ACCESS_IO=y
|
|||
CONFIG_I2C_DW_IRQ_LEVEL_LOW=y
|
||||
CONFIG_SHARED_IRQ=y
|
||||
CONFIG_SHARED_IRQ_0_LEVEL_LOW=y
|
||||
CONFIG_SPI_INTEL_LEVEL_LOW=y
|
||||
|
|
|
@ -30,3 +30,4 @@ CONFIG_GPIO_MMIO_1_ACCESS_IO=y
|
|||
CONFIG_I2C_DW_IRQ_LEVEL_LOW=y
|
||||
CONFIG_SHARED_IRQ=y
|
||||
CONFIG_SHARED_IRQ_0_LEVEL_LOW=y
|
||||
CONFIG_SPI_INTEL_LEVEL_LOW=y
|
||||
|
|
|
@ -265,9 +265,6 @@ config PWM_PCA9685_0_I2C_MASTER_DEV_NAME
|
|||
endif
|
||||
endif
|
||||
|
||||
config SPI_INTEL
|
||||
select SPI_INTEL_LEVEL_LOW
|
||||
|
||||
if SPI && SPI_INTEL
|
||||
|
||||
if SPI_INTEL_PORT_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue