Skip to content

Commit f74b057

Browse files
XBursttsbogend
authored andcommitted
MIPS: Ingenic: Refresh defconfig for CU1000-Neo and CU1830-Neo.
Refresh the defconfig files of CU1000-Neo board and CU1830-Neo board, remove the selection of SPI-GPIO, and add the selection of SSI. Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 562dc4c commit f74b057

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/mips/configs/cu1000-neo_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ CONFIG_SERIAL_SC16IS7XX_SPI=y
6161
CONFIG_I2C=y
6262
CONFIG_I2C_JZ4780=y
6363
CONFIG_SPI=y
64-
CONFIG_SPI_GPIO=y
64+
CONFIG_SPI_INGENIC=y
6565
CONFIG_GPIO_SYSFS=y
6666
CONFIG_SENSORS_ADS7828=m
6767
CONFIG_WATCHDOG=y

arch/mips/configs/cu1830-neo_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CONFIG_SERIAL_SC16IS7XX_SPI=y
6464
CONFIG_I2C=y
6565
CONFIG_I2C_JZ4780=y
6666
CONFIG_SPI=y
67-
CONFIG_SPI_GPIO=y
67+
CONFIG_SPI_INGENIC=y
6868
CONFIG_GPIO_SYSFS=y
6969
CONFIG_SENSORS_ADS7828=m
7070
CONFIG_WATCHDOG=y

0 commit comments

Comments
 (0)