From 9914968a94481f84ad0d9cfcb1f5e85334626042 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 12 Dec 2012 04:18:50 +0100 Subject: Always count non-bool/tristate symbols as 'n' in tristate context. Previously a string symbol that happened to have the value "y" would count as "y" in tristate context, which is incorrect. --- tests/Keval | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Keval') diff --git a/tests/Keval b/tests/Keval index 3541649..b7fe394 100644 --- a/tests/Keval +++ b/tests/Keval @@ -10,3 +10,7 @@ config M menuconfig Y def_tristate y + +config Y_STRING + string + default "y" -- cgit v1.2.3