[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact control tristates. Since this does not make much sense, only allow at most one symbol to control tristates. Note: it is still possi

[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-03 Thread Yann E. MORIN
From: "Yann E. MORIN" Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact controls tristates. Since this does not make much sense, only allow at most one symbol to control tristates. Note: it is still poss