summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorziv.xu <ziv.xu@starfivetech.com>2023-08-04 10:45:38 +0300
committerziv.xu <ziv.xu@starfivetech.com>2023-08-04 10:45:42 +0300
commit4a950c132272fb25881b7d18ce297d09527f1269 (patch)
tree04fe6fb16837d0e8b404e3b4757f7ae5a59aff8e /arch
parent7e6556fa49d1a3c682249fba544e42e8cb7867d7 (diff)
downloadlinux-4a950c132272fb25881b7d18ce297d09527f1269.tar.xz
riscv: configs: enable REGULATOR_AXP20X and disable REGULATOR_AXP15060
enable REGULATOR_AXP20X and disable REGULATOR_AXP15060 Signed-off-by: ziv.xu <ziv.xu@starfivetech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/configs/starfive_jh7110_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/riscv/configs/starfive_jh7110_defconfig b/arch/riscv/configs/starfive_jh7110_defconfig
index a67e67712419..0185e8fc19d4 100644
--- a/arch/riscv/configs/starfive_jh7110_defconfig
+++ b/arch/riscv/configs/starfive_jh7110_defconfig
@@ -47,6 +47,7 @@ CONFIG_KVM=m
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
+CONFIG_MODVERSIONS=y
CONFIG_CMA=y
CONFIG_NET=y
CONFIG_PACKET=y
@@ -190,8 +191,9 @@ CONFIG_THERMAL_EMULATION=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_SYSFS=y
CONFIG_STARFIVE_WATCHDOG=y
+CONFIG_MFD_AXP20X_I2C=y
CONFIG_REGULATOR=y
-CONFIG_REGULATOR_AXP15060=y
+CONFIG_REGULATOR_AXP20X=y
CONFIG_REGULATOR_STARFIVE_JH7110=y
# CONFIG_MEDIA_CEC_SUPPORT is not set
CONFIG_MEDIA_SUPPORT=y
@@ -317,7 +319,6 @@ CONFIG_SECURITY=y
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_APPARMOR=y
CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_INIT_STACK_NONE=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y