From: antohami@basealt.ru To: devel-kernel@lists.altlinux.org Subject: [d-kernel] [PATCH 1/1] config-aarch64: CONFIG_MFD_RK8XX=y Date: Thu, 18 Jan 2024 21:48:34 +0700 Message-ID: <699b1afe942adf8db32a3eea9ceb427351f133b0.1705589089.git.antohami@altlinux.org> (raw) In-Reply-To: <cover.1705589089.git.antohami@altlinux.org> From: Anton Midyukov <antohami@altlinux.org> For CONFIG_REGULATOR_RK808=y need CONFIG_MFD_RK8XX=y, otherwise we get CONFIG_REGULATOR_RK808=m. On RK3568-ROC-PC (Firefly Station P2) it is impossible to boot without CONFIG_REGULATOR_RK808=y Signed-off-by: Anton Midyukov <antohami@altlinux.org> --- config-aarch64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-aarch64 b/config-aarch64 index 5834c16ea5ef..d9891a20a202 100644 --- a/config-aarch64 +++ b/config-aarch64 @@ -660,9 +660,9 @@ CONFIG_MFD_MAX77620=y # CONFIG_MFD_QCOM_RPM is not set CONFIG_MFD_SPMI_PMIC=m CONFIG_MFD_RK808=y -CONFIG_MFD_RK8XX=m -CONFIG_MFD_RK8XX_I2C=m -CONFIG_MFD_RK8XX_SPI=m +CONFIG_MFD_RK8XX=y +CONFIG_MFD_RK8XX_I2C=y +CONFIG_MFD_RK8XX_SPI=y # CONFIG_MFD_RN5T618 is not set # CONFIG_MFD_STMPE is not set CONFIG_MFD_SUN6I_PRCM=y -- 2.42.1
next parent reply other threads:[~2024-01-18 14:48 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-01-18 14:48 ` antohami [this message] 2024-01-18 14:51 ` Антон Мидюков 2024-01-18 20:13 ` Vitaly Chikunov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=699b1afe942adf8db32a3eea9ceb427351f133b0.1705589089.git.antohami@altlinux.org \ --to=antohami@basealt.ru \ --cc=devel-kernel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git