diff options
author | Michal Wilczynski <m.wilczynski@samsung.com> | 2024-08-22 11:27:17 +0200 |
---|---|---|
committer | Michal Wilczynski <m.wilczynski@samsung.com> | 2024-08-22 13:54:06 +0200 |
commit | 4151f7d5981557535766e1e16c9c7c680ed87183 (patch) | |
tree | 700cc350607fdecade5fe4f447d1163f00bba344 | |
parent | 0c0f3ee331d84839de828feb2793c4f3adcf70f4 (diff) | |
download | linux-riscv-4151f7d5981557535766e1e16c9c7c680ed87183.tar.gz linux-riscv-4151f7d5981557535766e1e16c9c7c680ed87183.tar.bz2 linux-riscv-4151f7d5981557535766e1e16c9c7c680ed87183.zip |
riscv: Add SpacemiT SoC family support option for K1-X chip
Some of the driver code is only meant for the spacemit family SoC with
K1-X chip. Add an option for it in Kconfig.
Change-Id: Ia7b228cbd0b2a6f1c7b547324abc2c39c204c8c6
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
-rw-r--r-- | arch/riscv/Kconfig.socs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index a7db7bff727e..dbd14f69a968 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -27,6 +27,12 @@ config ARCH_SPACEMIT help This enables support for SpacemiT SoC platform hardware. +config ARCH_SPACEMIT_K1X + bool "SpacemiT SoCs" + help + This enables support for SpacemiT SoC platform hardware, + with K1-X chip. + config ARCH_STARFIVE def_bool SOC_STARFIVE |