1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
config A bool select n select m select y select UNAME_RELEASE select "n" select "m" select "y" select "UNAME_RELEASE" imply n imply m imply y imply UNAME_RELEASE imply "n" imply "m" imply "y" imply "UNAME_RELEASE"