lkml.org 
[lkml]   [2023]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 5/5] soc: apple: mailbox: Rename config symbol to APPLE_MAILBOX
    On Tue, 28 Mar 2023 at 14:21, Hector Martin <marcan@marcan.st> wrote:
    >
    > With the original owner of APPLE_MAILBOX removed, let's rename the new
    > APPLE_MBOX to the old name. This avoids .config churn for downstream
    > users, and leaves us with an identical config symbol and module name as
    > before.
    >
    > Signed-off-by: Hector Martin <marcan@marcan.st>

    Watched the stream

    Acked-by: Eric Curtin <ecurtin@redhat.com>

    Is mise le meas/Regards,

    Eric Curtin

    > ---
    > drivers/soc/apple/Kconfig | 5 ++---
    > drivers/soc/apple/Makefile | 2 +-
    > 2 files changed, 3 insertions(+), 4 deletions(-)
    >
    > diff --git a/drivers/soc/apple/Kconfig b/drivers/soc/apple/Kconfig
    > index d0e29bbd8c6f..c5203c388bf4 100644
    > --- a/drivers/soc/apple/Kconfig
    > +++ b/drivers/soc/apple/Kconfig
    > @@ -17,11 +17,10 @@ config APPLE_PMGR_PWRSTATE
    > controls for SoC devices. This driver manages them through the
    > generic power domain framework, and also provides reset support.
    >
    > -config APPLE_MBOX
    > +config APPLE_MAILBOX
    > tristate "Apple SoC mailboxes"
    > depends on PM
    > depends on ARCH_APPLE || (64BIT && COMPILE_TEST)
    > - depends on !APPLE_MAILBOX
    > default ARCH_APPLE
    > help
    > Apple SoCs have various co-processors required for certain
    > @@ -33,7 +32,7 @@ config APPLE_MBOX
    >
    > config APPLE_RTKIT
    > tristate "Apple RTKit co-processor IPC protocol"
    > - depends on APPLE_MBOX
    > + depends on APPLE_MAILBOX
    > depends on ARCH_APPLE || COMPILE_TEST
    > default ARCH_APPLE
    > help
    > diff --git a/drivers/soc/apple/Makefile b/drivers/soc/apple/Makefile
    > index e52edf6a73da..20feee6f3943 100644
    > --- a/drivers/soc/apple/Makefile
    > +++ b/drivers/soc/apple/Makefile
    > @@ -1,7 +1,7 @@
    > # SPDX-License-Identifier: GPL-2.0-only
    > obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += apple-pmgr-pwrstate.o
    >
    > -obj-$(CONFIG_APPLE_MBOX) += apple-mailbox.o
    > +obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o
    > apple-mailbox-y = mailbox.o
    >
    > obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
    >
    > --
    > 2.40.0
    >
    >

    \
     
     \ /
      Last update: 2023-03-28 15:39    [W:5.060 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site