diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-03-03 12:01:48 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-04-07 05:29:09 -0400 |
commit | 0dee6c82c2aa5342357dabd0e536a97f72039f0b (patch) | |
tree | e0a72da674b3bc61c0fd1f070d37ec7635bbac91 | |
parent | 6dc97ee6d983cb4730a8d036344fa7b0a08760b0 (diff) |
ARC: [plat-axs103] Enable loop block devices
As mentioned in LTP's README.ARC:
------------->8------------
Requirements for the environment
* Linux must be built with support of loop block devices. Thus it's
necessary to enable these Linux kernel options:
CONFIG_BLK_DEV
CONFIG_BLK_DEV_LOOP
------------->8------------
enabling loop block devices.
That among other things lead to additional 10 fatal signals
appearing during LTP run.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/configs/axs103_defconfig | 1 | ||||
-rw-r--r-- | arch/arc/configs/axs103_smp_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/configs/axs103_defconfig b/arch/arc/configs/axs103_defconfig index f8b396c9aedb..491b3b5f22bd 100644 --- a/arch/arc/configs/axs103_defconfig +++ b/arch/arc/configs/axs103_defconfig | |||
@@ -42,6 +42,7 @@ CONFIG_DEVTMPFS=y | |||
42 | # CONFIG_STANDALONE is not set | 42 | # CONFIG_STANDALONE is not set |
43 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 43 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
44 | # CONFIG_FIRMWARE_IN_KERNEL is not set | 44 | # CONFIG_FIRMWARE_IN_KERNEL is not set |
45 | CONFIG_BLK_DEV_LOOP=y | ||
45 | CONFIG_SCSI=y | 46 | CONFIG_SCSI=y |
46 | CONFIG_BLK_DEV_SD=y | 47 | CONFIG_BLK_DEV_SD=y |
47 | CONFIG_NETDEVICES=y | 48 | CONFIG_NETDEVICES=y |
diff --git a/arch/arc/configs/axs103_smp_defconfig b/arch/arc/configs/axs103_smp_defconfig index 56128ea2b748..b25ee73b2e79 100644 --- a/arch/arc/configs/axs103_smp_defconfig +++ b/arch/arc/configs/axs103_smp_defconfig | |||
@@ -43,6 +43,7 @@ CONFIG_DEVTMPFS=y | |||
43 | # CONFIG_STANDALONE is not set | 43 | # CONFIG_STANDALONE is not set |
44 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 44 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
45 | # CONFIG_FIRMWARE_IN_KERNEL is not set | 45 | # CONFIG_FIRMWARE_IN_KERNEL is not set |
46 | CONFIG_BLK_DEV_LOOP=y | ||
46 | CONFIG_SCSI=y | 47 | CONFIG_SCSI=y |
47 | CONFIG_BLK_DEV_SD=y | 48 | CONFIG_BLK_DEV_SD=y |
48 | CONFIG_NETDEVICES=y | 49 | CONFIG_NETDEVICES=y |