Message ID | 1607413467-17698-4-git-send-email-zhangqing@loongson.cn (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/4] spi: LS7A: Add Loongson LS7A SPI controller driver support | expand |
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index 38a817e..28784cb 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_LS7A=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> --- v2: - Modify CONFIG_SPI_LOONGSON to CONFIG_SPI_LS7A --- arch/mips/configs/loongson3_defconfig | 3 +++ 1 file changed, 3 insertions(+)