Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755564AbdC1Slp (ORCPT ); Tue, 28 Mar 2017 14:41:45 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:36329 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753130AbdC1Sln (ORCPT ); Tue, 28 Mar 2017 14:41:43 -0400 From: Fathi Boudra To: linux-kselftest@vger.kernel.org, Shuah Khan Cc: linux-kernel@vger.kernel.org, Bamvor Jian Zhang , Fathi Boudra Subject: [PATCH] selftests: gpio: add config fragment for gpio-mockup Date: Tue, 28 Mar 2017 21:41:26 +0300 Message-Id: <20170328184126.28446-1-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 488 Lines: 17 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 -- 2.11.0