diff options
author | Rask Ingemann Lambertsen <rask@formelder.dk> | 2017-02-08 17:08:00 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-03-06 01:38:15 -0500 |
commit | 5741e07b465d32458945d363ce87c0e2b7fd028d (patch) | |
tree | 4af5cd0b9f7f9c6dbe22076ba0e63ce56c1b83b9 | |
parent | 6f5dbd68682ae77942bb4985485e0b2bf5dff28a (diff) |
ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in
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>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a94126fb02c2..0dbbc4d4c96b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -195,7 +195,7 @@ CONFIG_DMA_CMA=y | |||
195 | CONFIG_CMA_SIZE_MBYTES=64 | 195 | CONFIG_CMA_SIZE_MBYTES=64 |
196 | CONFIG_OMAP_OCP2SCP=y | 196 | CONFIG_OMAP_OCP2SCP=y |
197 | CONFIG_SIMPLE_PM_BUS=y | 197 | CONFIG_SIMPLE_PM_BUS=y |
198 | CONFIG_SUNXI_RSB=m | 198 | CONFIG_SUNXI_RSB=y |
199 | CONFIG_MTD=y | 199 | CONFIG_MTD=y |
200 | CONFIG_MTD_CMDLINE_PARTS=y | 200 | CONFIG_MTD_CMDLINE_PARTS=y |
201 | CONFIG_MTD_BLOCK=y | 201 | CONFIG_MTD_BLOCK=y |