ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
[linux/fpc-iii.git] / arch / riscv / Kconfig.socs
blobd325b67d00dfcf70c4f3cf89e68e3964eec62a06
1 menu "SoC selection"
3 config SOC_SIFIVE
4         bool "SiFive SoCs"
5         select SERIAL_SIFIVE if TTY
6         select SERIAL_SIFIVE_CONSOLE if TTY
7         select CLK_SIFIVE
8         select CLK_SIFIVE_FU540_PRCI
9         select SIFIVE_PLIC
10         help
11           This enables support for SiFive SoC platform hardware.
13 endmenu