diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2021-11-19 08:44:07 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-05 20:06:47 -0800 |
commit | 23592d5add3d87e90cb4129dbe352e1088ca7264 (patch) | |
tree | 1d13c548bd138fa0d8b2926dc34236eb0fa4bb1e /arch/riscv | |
parent | a669a1f4ea80d22310b6ec0bd65e05cd3725e187 (diff) | |
download | linux-23592d5add3d87e90cb4129dbe352e1088ca7264.tar.bz2 |
RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCK
This should have no functional change, it just sorts
CONFIG_PTP_1588_CLOCK the same way savedefconfig does. This only
touches the rv64 defconfig because rv32_defconfig was already sorted
correctly.
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv')
-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 e9c131953ed3..fc22790b2def 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -69,9 +69,9 @@ CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_VIRTIO=y CONFIG_SPI=y CONFIG_SPI_SIFIVE=y +# CONFIG_PTP_1588_CLOCK is not set CONFIG_GPIOLIB=y CONFIG_GPIO_SIFIVE=y -# CONFIG_PTP_1588_CLOCK is not set CONFIG_POWER_RESET=y CONFIG_DRM=m CONFIG_DRM_RADEON=m |