xref: /linux/scripts/kconfig/tests/transitional/expected_config (revision a5ba183bdeeeedd5f5b683c02561072848258496)
1*f9afce4fSKees CookCONFIG_MODULES=y
2*f9afce4fSKees CookCONFIG_NEW_BOOL=y
3*f9afce4fSKees CookCONFIG_NEW_TRISTATE=m
4*f9afce4fSKees CookCONFIG_NEW_STRING="test string"
5*f9afce4fSKees CookCONFIG_NEW_HEX=0x1234
6*f9afce4fSKees CookCONFIG_NEW_INT=42
7*f9afce4fSKees Cook# CONFIG_NEW_BOOL_PRECEDENCE is not set
8*f9afce4fSKees CookCONFIG_NEW_STRING_PRECEDENCE="user value"
9*f9afce4fSKees CookCONFIG_NEW_TRISTATE_PRECEDENCE=y
10*f9afce4fSKees CookCONFIG_NEW_HEX_PRECEDENCE=0xABCD
11*f9afce4fSKees CookCONFIG_NEW_INT_PRECEDENCE=100
12*f9afce4fSKees Cook# CONFIG_REGULAR_OPTION is not set
13