lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 18 Sep 2021 06:58:45 +0300
From:   Andy Shevchenko <andy.shevchenko@...il.com>
To:     Cai Huoqing <caihuoqing@...du.com>
Cc:     Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Andy Shevchenko <andy@...nel.org>,
        Linus Walleij <linus.walleij@...aro.org>,
        "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] pinctrl: intel: Kconfig: Add config menu to intel pinctrl

On Sat, Sep 18, 2021 at 6:17 AM Cai Huoqing <caihuoqing@...du.com> wrote:
>
> Adding a config menu to hold many intel pinctrl drivers

configuration
Intel
pin control

> helps to make the display more concise.

After above addressed,
Acked-by: Andy Shevchenko <andy.shevchenko@...il.com>

> Signed-off-by: Cai Huoqing <caihuoqing@...du.com>
> ---
> v1->v2: Revert to "select PINCTRL_INTE" for PINCTRL_TIGERLAKE config.
>
>  drivers/pinctrl/intel/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
> index fb1495bd77c4..64f8b37fd705 100644
> --- a/drivers/pinctrl/intel/Kconfig
> +++ b/drivers/pinctrl/intel/Kconfig
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  # Intel pin control drivers
> -
> -if (X86 || COMPILE_TEST)
> +menu "Intel pinctrl drivers"
> +       depends on X86 || COMPILE_TEST
>
>  config PINCTRL_BAYTRAIL
>         bool "Intel Baytrail GPIO pin control"
> @@ -168,4 +168,5 @@ config PINCTRL_TIGERLAKE
>           This pinctrl driver provides an interface that allows configuring
>           of Intel Tiger Lake PCH pins and using them as GPIOs.
>
> -endif
> +endmenu
> +
> --
> 2.25.1
>


-- 
With Best Regards,
Andy Shevchenko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ