diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2021-11-19 19:44:06 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-06 07:06:43 +0300 |
commit | a669a1f4ea80d22310b6ec0bd65e05cd3725e187 (patch) | |
tree | 85ce08953c19828431103b1117d56f6abf3ddf1d /arch/riscv/configs | |
parent | f8bbea649c9f9d35f026adaf77bae13b3586d9b1 (diff) | |
download | linux-a669a1f4ea80d22310b6ec0bd65e05cd3725e187.tar.xz |
RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIRE
This should have no functional change, it just sorts
CONFIG_SOC_POLARFIRE 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')
-rw-r--r-- | arch/riscv/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index ac68b4992b58..e9c131953ed3 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -15,9 +15,9 @@ CONFIG_CHECKPOINT_RESTORE=y CONFIG_BLK_DEV_INITRD=y CONFIG_EXPERT=y # CONFIG_SYSFS_SYSCALL is not set +CONFIG_SOC_MICROCHIP_POLARFIRE=y CONFIG_SOC_SIFIVE=y CONFIG_SOC_VIRT=y -CONFIG_SOC_MICROCHIP_POLARFIRE=y CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y CONFIG_JUMP_LABEL=y |