From patchwork Fri Feb 24 10:25:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 732046 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vV6hY2XVjz9s7x for ; Fri, 24 Feb 2017 21:26:21 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751126AbdBXK0H (ORCPT ); Fri, 24 Feb 2017 05:26:07 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:55790 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbdBXK0F (ORCPT ); Fri, 24 Feb 2017 05:26:05 -0500 Received: from ayla.of.borg ([84.193.137.253]) by albert.telenet-ops.be with bizsmtp id oaS11u00s5UCtCs06aS1LR; Fri, 24 Feb 2017 11:26:02 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1chD4b-00081y-IM; Fri, 24 Feb 2017 11:26:01 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1chD4b-0008Ap-GO; Fri, 24 Feb 2017 11:26:01 +0100 From: Geert Uytterhoeven To: Jiri Pirko , "David S . Miller" Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] lib: Allow compile-testing of parman Date: Fri, 24 Feb 2017 11:25:55 +0100 Message-Id: <1487931955-31381-1-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 2.7.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This allows to enable and run the accompanying test (test_parman) without dependencies on other users of parman. Signed-off-by: Geert Uytterhoeven --- lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index fe7e8e175db8f7b4..e494065156a28d20 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -549,7 +549,7 @@ config SBITMAP bool config PARMAN - tristate + tristate "parman" if COMPILE_TEST config PRIME_NUMBERS tristate