summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig.socs
AgeCommit message (Expand)AuthorFilesLines
2024-04-10RISC-V: drop SOC_VIRT for ARCH_VIRTConor Dooley1-3/+0
2024-04-10RISC-V: drop SOC_SIFIVE for ARCH_SIFIVEConor Dooley1-3/+0
2024-04-10RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIPConor Dooley1-4/+4
2024-04-05RISC-V: Drop unused SOC_CANAANConor Dooley1-4/+0
2024-04-05riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210Yangyu Chen1-2/+8
2024-03-06riscv: dts: Move BUILTIN_DTB_SOURCE to common KconfigYangyu Chen1-32/+0
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-10-06riscv: Add SOPHGO SOC family Kconfig supportChen Wang1-0/+5
2023-09-12riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVEJia Jie Ho1-0/+1
2023-07-05RISC-V: make ARCH_THEAD preclude XIP_KERNELConor Dooley1-0/+1
2023-06-17riscv: Add the T-HEAD SoC family Kconfig optionJisheng Zhang1-0/+6
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2023-01-28riscv: Add the Allwinner SoC family Kconfig optionSamuel Holland1-0/+9
2023-01-25RISC-V: Kconfig: Remove trailing whitespaceGeert Uytterhoeven1-1/+1
2023-01-18Merge patch "RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCE"Palmer Dabbelt1-1/+2
2023-01-18RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCEConor Dooley1-1/+2
2022-12-27RISC-V: stop directly selecting drivers for SOC_CANAANConor Dooley1-3/+0
2022-12-27RISC-V: kconfig.socs: convert usage of SOC_CANAAN to ARCH_CANAANConor Dooley1-5/+5
2022-12-27RISC-V: stop selecting SiFive clock and serial drivers directlyConor Dooley1-4/+0
2022-12-27RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbolsConor Dooley1-0/+21
2022-12-27RISC-V: stop selecting the PolarFire SoC clock driverConor Dooley1-1/+0
2022-12-27RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOOConor Dooley0-0/+0
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+0
2022-12-09RISC-V: stop selecting SIFIVE_PLIC at the SoC levelConor Dooley1-5/+0
2022-11-10riscv: Kconfig.socs: Add ARCH_RENESAS kconfig optionLad Prabhakar1-0/+5
2022-07-01riscv: Kconfig: Style cleanupsPalmer Dabbelt1-2/+2
2022-07-01riscv: Kconfig.socs: Add commentsJuerg Haefliger1-2/+2
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2022-05-12riscv: integrate alternatives better into the main architectureHeiko Stuebner1-1/+0
2022-04-22RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLERandy Dunlap1-1/+1
2022-03-31RISC-V CPU Idle SupportPalmer Dabbelt1-0/+3
2022-03-10riscv: alternative only works on !XIP_KERNELJisheng Zhang1-2/+2
2022-03-10RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel1-0/+3
2021-11-28RISC-V: Add StarFive SoC Kconfig optionEmil Renner Berthing1-0/+8
2021-06-13riscv: sifive: fix Kconfig errata warningRandy Dunlap1-0/+1
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2021-04-26RISC-V: Add Microchip PolarFire SoC kconfig optionAtish Patra1-0/+7
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen1-0/+1
2021-03-17riscv: Fix compilation error with Canaan SoCDamien Le Moal1-0/+2
2021-02-23riscv: Update Canaan Kendryte K210 device treeDamien Le Moal1-1/+1
2021-02-19pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal1-0/+1
2021-01-15riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal1-0/+1
2021-01-15riscv: Use vendor name for K210 SoC supportDamien Le Moal1-12/+12
2021-01-08riscv: Fix builtin DTB handlingDamien Le Moal1-5/+14
2020-12-16clk: sifive: Use common name for prci configurationZong Li1-1/+1
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel1-0/+2
2020-05-18riscv: K210: Add a built-in device treePalmer Dabbelt1-1/+16
2020-05-13riscv: Fix unmet direct dependencies built based on SOC_VIRTKefeng Wang1-8/+9
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2020-04-03riscv: Select required drivers for Kendryte SOCDamien Le Moal1-0/+4