Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577171

[PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in

From Rask Ingemann Lambertsen <rask@formelder.dk>
Newsgroups linux.kernel
Subject [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in
Date 2017-02-08 23:50 +0100
Message-ID <t8JdN-6eb-35@gated-at.bofh.it> (permalink)
References <t8IB3-5ZY-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The sunxi RSB bus is used for peripherals like voltage regulators and
real-time clocks which should be available early in the boot process.
As a module, the driver will not be available until the root fs has been
mounted, so build the driver into the kernel.

Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 028d2b7..ec3a110 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -193,7 +193,7 @@ CONFIG_DMA_CMA=y
 CONFIG_CMA_SIZE_MBYTES=64
 CONFIG_OMAP_OCP2SCP=y
 CONFIG_SIMPLE_PM_BUS=y
-CONFIG_SUNXI_RSB=m
+CONFIG_SUNXI_RSB=y
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_BLOCK=y
-- 
2.10.2

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] ARM: sunxi_defconfig: Enable AC100 RTC driver Rask Ingemann Lambertsen <rask@formelder.dk> - 2017-02-08 23:10 +0100
  [PATCH 4/4] ARM: multi_v7_defconfig: Switch AXP20x driver from module  to built-in Rask Ingemann Lambertsen <rask@formelder.dk> - 2017-02-08 23:20 +0100
    Re: [PATCH 4/4] ARM: multi_v7_defconfig: Switch AXP20x driver from  module to built-in Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-10 09:50 +0100
  [PATCH 3/4] ARM: multi_v7_defconfig: Enable AC100 RTC driver Rask Ingemann Lambertsen <rask@formelder.dk> - 2017-02-08 23:50 +0100
    Re: [PATCH 3/4] ARM: multi_v7_defconfig: Enable AC100 RTC driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-10 10:00 +0100
  [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from  module to built-in Rask Ingemann Lambertsen <rask@formelder.dk> - 2017-02-08 23:50 +0100
    Re: [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver  from module to built-in Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-10 09:50 +0100
  Re: [PATCH 1/4] ARM: sunxi_defconfig: Enable AC100 RTC driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-10 09:50 +0100

csiph-web