Re: [PATCH] selftests/efivarfs: add required kernel configs

From: Shuah Khan
Date: Wed Sep 05 2018 - 12:57:00 EST


On 09/04/2018 09:14 PM, Lei Yang wrote:
> add config file
>
> Signed-off-by: Lei Yang <Lei.Yang@xxxxxxxxxxxxx>
> ---
> tools/testing/selftests/efivarfs/config | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 tools/testing/selftests/efivarfs/config
>
> diff --git a/tools/testing/selftests/efivarfs/config b/tools/testing/selftests/efivarfs/config
> new file mode 100644
> index 0000000..4e151f1
> --- /dev/null
> +++ b/tools/testing/selftests/efivarfs/config
> @@ -0,0 +1 @@
> +CONFIG_EFIVAR_FS=y
>


Thanks. Applied to linux-kselftest next,

-- Shuah