-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linu…
…x/kernel/git/riscv/linux Pull more RISC-V updates from Paul Walmsley: "A few minor RISC-V updates for v5.5-rc1 that arrived late. New features: - Dump some kernel virtual memory map details to the console if CONFIG_DEBUG_VM is enabled Other improvements: - Enable more debugging options in the primary defconfigs Cleanups: - Clean up Kconfig indentation" * tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Add address map dumper riscv: defconfigs: enable more debugging options riscv: defconfigs: enable debugfs riscv: Fix Kconfig indentation
- Loading branch information
Showing
4 changed files
with
88 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
menu "SoC selection" | ||
|
||
config SOC_SIFIVE | ||
bool "SiFive SoCs" | ||
select SERIAL_SIFIVE | ||
select SERIAL_SIFIVE_CONSOLE | ||
select CLK_SIFIVE | ||
select CLK_SIFIVE_FU540_PRCI | ||
select SIFIVE_PLIC | ||
help | ||
This enables support for SiFive SoC platform hardware. | ||
bool "SiFive SoCs" | ||
select SERIAL_SIFIVE | ||
select SERIAL_SIFIVE_CONSOLE | ||
select CLK_SIFIVE | ||
select CLK_SIFIVE_FU540_PRCI | ||
select SIFIVE_PLIC | ||
help | ||
This enables support for SiFive SoC platform hardware. | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters