From 032d42a2455db44a3354722eb03de10208adf0c1 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 29 Sep 2019 07:47:26 +0200 Subject: [PATCH] Update riscv64 configs Found CONFIG_REGMAP_I2C=m after generation, had CONFIG_REGMAP_I2C=y in Source tree Found CONFIG_REGMAP_SPI=m after generation, had CONFIG_REGMAP_SPI=y in Source tree Cannot make then built-in, something forces them to be modules. Signed-off-by: David Abdurachmanov --- configs/fedora/generic/riscv/CONFIG_REGMAP_I2C | 2 +- configs/fedora/generic/riscv/CONFIG_REGMAP_SPI | 2 +- kernel-riscv64-debug.config | 4 ++-- kernel-riscv64.config | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/fedora/generic/riscv/CONFIG_REGMAP_I2C b/configs/fedora/generic/riscv/CONFIG_REGMAP_I2C index 907c212ef..8440b2caf 100644 --- a/configs/fedora/generic/riscv/CONFIG_REGMAP_I2C +++ b/configs/fedora/generic/riscv/CONFIG_REGMAP_I2C @@ -1 +1 @@ -CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_I2C=m diff --git a/configs/fedora/generic/riscv/CONFIG_REGMAP_SPI b/configs/fedora/generic/riscv/CONFIG_REGMAP_SPI index eb9c6a3f7..adb8804fa 100644 --- a/configs/fedora/generic/riscv/CONFIG_REGMAP_SPI +++ b/configs/fedora/generic/riscv/CONFIG_REGMAP_SPI @@ -1 +1 @@ -CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_SPI=m diff --git a/kernel-riscv64-debug.config b/kernel-riscv64-debug.config index b05d9a4de..f1db861ce 100644 --- a/kernel-riscv64-debug.config +++ b/kernel-riscv64-debug.config @@ -4008,8 +4008,8 @@ CONFIG_REALTEK_AUTOPM=y CONFIG_REALTEK_PHY=y # CONFIG_REED_SOLOMON_TEST is not set CONFIG_REFCOUNT_FULL=y -CONFIG_REGMAP_I2C=y -CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_I2C=m +CONFIG_REGMAP_SPI=m CONFIG_REGMAP=y # CONFIG_REGULATOR_88PG86X is not set # CONFIG_REGULATOR_ACT8865 is not set diff --git a/kernel-riscv64.config b/kernel-riscv64.config index fa30cd588..bceaf4859 100644 --- a/kernel-riscv64.config +++ b/kernel-riscv64.config @@ -3986,8 +3986,8 @@ CONFIG_REALTEK_AUTOPM=y CONFIG_REALTEK_PHY=y # CONFIG_REED_SOLOMON_TEST is not set # CONFIG_REFCOUNT_FULL is not set -CONFIG_REGMAP_I2C=y -CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_I2C=m +CONFIG_REGMAP_SPI=m CONFIG_REGMAP=y # CONFIG_REGULATOR_88PG86X is not set # CONFIG_REGULATOR_ACT8865 is not set