Message ID | 1606123148-315-3-git-send-email-zhangqing@loongson.cn |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] spi: Loongson: Add Loongson 3A+7A SPI controller driver support | expand |
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index 38a817e..3f88e6c 100644 --- a/arch/mips/configs/loongson3_defconfig +++ b/arch/mips/configs/loongson3_defconfig @@ -271,6 +271,9 @@ CONFIG_HW_RANDOM=y CONFIG_RAW_DRIVER=m CONFIG_I2C_CHARDEV=y CONFIG_I2C_PIIX4=y +CONFIG_SPI=y +CONFIG_SPI_MASTER=y +CONFIG_SPI_LOONGSON=y CONFIG_GPIO_LOONGSON=y CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM93=m
This is now supported, enable for Loongson systems. Signed-off-by: Qing Zhang <zhangqing@loongson.cn> --- arch/mips/configs/loongson3_defconfig | 3 +++ 1 file changed, 3 insertions(+)