diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2021-11-19 19:44:10 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-06 07:07:00 +0300 |
commit | bd72a95f96abefa36f52b092d1300d6752485999 (patch) | |
tree | 0b9bb8f8c75b2138f20144e98df0d0d32fce3191 /arch/riscv/configs/nommu_virt_defconfig | |
parent | 2fadc6ea4a082fa84df29ff40cfd67268770fa16 (diff) | |
download | linux-bd72a95f96abefa36f52b092d1300d6752485999.tar.xz |
RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSG
This should have no functional change, it just sorts CONFIG_BLK_DEV_BSG
the same way savedefconfig does.
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/configs/nommu_virt_defconfig')
-rw-r--r-- | arch/riscv/configs/nommu_virt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/configs/nommu_virt_defconfig b/arch/riscv/configs/nommu_virt_defconfig index e046a0babde4..385cca741b01 100644 --- a/arch/riscv/configs/nommu_virt_defconfig +++ b/arch/riscv/configs/nommu_virt_defconfig @@ -32,7 +32,6 @@ CONFIG_SMP=y CONFIG_CMDLINE="root=/dev/vda rw earlycon=uart8250,mmio,0x10000000,115200n8 console=ttyS0" CONFIG_CMDLINE_FORCE=y CONFIG_JUMP_LABEL=y -# CONFIG_BLK_DEV_BSG is not set CONFIG_PARTITION_ADVANCED=y # CONFIG_MSDOS_PARTITION is not set # CONFIG_EFI_PARTITION is not set |