From a3c80e855c1ed0e6c7972585279c101a4523f0aa Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 27 Sep 2018 22:42:16 +0200 Subject: [PATCH] kernel: Add missing config options for samsung target This adds some configuration options which are selectable when the samsung target is compiled. This was found by build bot. Signed-off-by: Hauke Mehrtens --- target/linux/generic/config-4.14 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index ee67db89b3..c97130582c 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -917,6 +917,7 @@ CONFIG_CRYPTO_BLKCIPHER2=y # CONFIG_CRYPTO_DEV_QCE is not set # CONFIG_CRYPTO_DEV_SAFEXCEL is not set # CONFIG_CRYPTO_DEV_SAHARA is not set +# CONFIG_CRYPTO_DEV_S5P is not set # CONFIG_CRYPTO_DEV_TALITOS is not set # CONFIG_CRYPTO_DEV_VIRTIO is not set # CONFIG_CRYPTO_DH is not set @@ -1796,6 +1797,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_RCAR is not set # CONFIG_I2C_RK3X is not set # CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_S3C2410 is not set # CONFIG_I2C_SCMI is not set # CONFIG_I2C_SH_MOBILE is not set # CONFIG_I2C_SIMTEC is not set @@ -2648,6 +2650,7 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_SDHCI_OF_HLWD is not set # CONFIG_MMC_SDHCI_PXAV2 is not set # CONFIG_MMC_SDHCI_PXAV3 is not set +# CONFIG_MMC_SDHCI_S3C is not set # CONFIG_MMC_SDHCI_XENON is not set # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_SPI is not set @@ -4666,6 +4669,7 @@ CONFIG_SND_X86=y # CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_PXA2XX_PCI is not set # CONFIG_SPI_ROCKCHIP is not set +# CONFIG_SPI_S3C64XX is not set # CONFIG_SPI_SC18IS602 is not set # CONFIG_SPI_SLAVE is not set # CONFIG_SPI_SPIDEV is not set -- 2.30.2