Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933870AbdC3N1r (ORCPT ); Thu, 30 Mar 2017 09:27:47 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:36733 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933814AbdC3N1o (ORCPT ); Thu, 30 Mar 2017 09:27:44 -0400 MIME-Version: 1.0 In-Reply-To: <20170328184126.28446-1-fathi.boudra@linaro.org> References: <20170328184126.28446-1-fathi.boudra@linaro.org> From: Bamvor Zhang Jian Date: Thu, 30 Mar 2017 21:27:42 +0800 Message-ID: Subject: Re: [PATCH] selftests: gpio: add config fragment for gpio-mockup To: Fathi Boudra Cc: linux-kselftest@vger.kernel.org, Shuah Khan , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 753 Lines: 29 Hi, Fathi On 29 March 2017 at 02:41, Fathi Boudra wrote: > The gpio test requires to insert gpio-mockup module. > > Signed-off-by: Fathi Boudra > --- > tools/testing/selftests/gpio/config | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 tools/testing/selftests/gpio/config > > diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests/gpio/config > new file mode 100644 > index 000000000000..ae160d924d22 > --- /dev/null > +++ b/tools/testing/selftests/gpio/config > @@ -0,0 +1 @@ > +CONFIG_GPIO_MOCKUP=m The gpio mockup driver depends on gpiolib, debugfs and sysfs(will be selected automatically): CONFIG_GPIOLIB=y CONFIG_DEBUG_GPIO=y Regards Bamvor > -- > 2.11.0 >