aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig.socs
AgeCommit message (Expand)AuthorFilesLines
2024-03-06riscv: dts: Move BUILTIN_DTB_SOURCE to common KconfigGravatar Yangyu Chen 1-32/+0
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-10-06riscv: Add SOPHGO SOC family Kconfig supportGravatar Chen Wang 1-0/+5
2023-09-12riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVEGravatar Jia Jie Ho 1-0/+1
2023-07-05RISC-V: make ARCH_THEAD preclude XIP_KERNELGravatar Conor Dooley 1-0/+1
2023-06-17riscv: Add the T-HEAD SoC family Kconfig optionGravatar Jisheng Zhang 1-0/+6
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+3
2023-01-27riscv: Add the Allwinner SoC family Kconfig optionGravatar Samuel Holland 1-0/+9
2023-01-24RISC-V: Kconfig: Remove trailing whitespaceGravatar Geert Uytterhoeven 1-1/+1
2023-01-17Merge patch "RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCE"Gravatar Palmer Dabbelt 1-1/+2
2023-01-17RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCEGravatar Conor Dooley 1-1/+2
2022-12-27RISC-V: stop directly selecting drivers for SOC_CANAANGravatar Conor Dooley 1-3/+0
2022-12-27RISC-V: kconfig.socs: convert usage of SOC_CANAAN to ARCH_CANAANGravatar Conor Dooley 1-5/+5
2022-12-27RISC-V: stop selecting SiFive clock and serial drivers directlyGravatar Conor Dooley 1-4/+0
2022-12-27RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbolsGravatar Conor Dooley 1-0/+21
2022-12-27RISC-V: stop selecting the PolarFire SoC clock driverGravatar Conor Dooley 1-1/+0
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+0
2022-12-08RISC-V: stop selecting SIFIVE_PLIC at the SoC levelGravatar Conor Dooley 1-5/+0
2022-11-10riscv: Kconfig.socs: Add ARCH_RENESAS kconfig optionGravatar Lad Prabhakar 1-0/+5
2022-06-30riscv: Kconfig: Style cleanupsGravatar Palmer Dabbelt 1-2/+2
2022-06-30riscv: Kconfig.socs: Add commentsGravatar Juerg Haefliger 1-2/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2022-05-11riscv: integrate alternatives better into the main architectureGravatar Heiko Stuebner 1-1/+0
2022-04-21RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLEGravatar Randy Dunlap 1-1/+1
2022-03-30RISC-V CPU Idle SupportGravatar Palmer Dabbelt 1-0/+3
2022-03-10riscv: alternative only works on !XIP_KERNELGravatar Jisheng Zhang 1-2/+2
2022-03-10RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineGravatar Anup Patel 1-0/+3
2021-11-28RISC-V: Add StarFive SoC Kconfig optionGravatar Emil Renner Berthing 1-0/+8
2021-06-12riscv: sifive: fix Kconfig errata warningGravatar Randy Dunlap 1-0/+1
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2021-04-26RISC-V: Add Microchip PolarFire SoC kconfig optionGravatar Atish Patra 1-0/+7
2021-04-26riscv: sifive: Add SiFive alternative portsGravatar Vincent Chen 1-0/+1
2021-03-16riscv: Fix compilation error with Canaan SoCGravatar Damien Le Moal 1-0/+2
2021-02-22riscv: Update Canaan Kendryte K210 device treeGravatar Damien Le Moal 1-1/+1
2021-02-18pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverGravatar Damien Le Moal 1-0/+1
2021-01-14riscv: Add Canaan Kendryte K210 reset controllerGravatar Damien Le Moal 1-0/+1
2021-01-14riscv: Use vendor name for K210 SoC supportGravatar Damien Le Moal 1-12/+12
2021-01-07riscv: Fix builtin DTB handlingGravatar Damien Le Moal 1-5/+14
2020-12-16clk: sifive: Use common name for prci configurationGravatar Zong Li 1-1/+1
2020-08-20RISC-V: Remove CLINT related code from timer and archGravatar Anup Patel 1-0/+2
2020-05-18riscv: K210: Add a built-in device treeGravatar Palmer Dabbelt 1-1/+16
2020-05-12riscv: Fix unmet direct dependencies built based on SOC_VIRTGravatar Kefeng Wang 1-8/+9
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2020-04-03riscv: Select required drivers for Kendryte SOCGravatar Damien Le Moal 1-0/+4
2020-04-03riscv: Add Kendryte K210 SoC supportGravatar Christoph Hellwig 1-0/+30
2020-03-26RISC-V: Only select essential drivers for SOC_VIRT configGravatar Anup Patel 1-14/+0
2020-03-05RISC-V: Select Goldfish RTC driver for QEMU virt machineGravatar Anup Patel 1-0/+2
2020-03-05RISC-V: Select SYSCON Reboot and Poweroff for QEMU virt machineGravatar Anup Patel 1-0/+2
2020-03-05RISC-V: Add kconfig option for QEMU virt machineGravatar Anup Patel 1-0/+20
2019-12-08riscv: only select serial sifive if TTY is enabledGravatar Kefeng Wang 1-2/+2