You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
644 B
34 lines
644 B
CONFIG_MODULES=y
|
|
|
|
#
|
|
# Bool and tristate symbols
|
|
#
|
|
CONFIG_BOOL=y
|
|
# CONFIG_BOOL_DEP is not set
|
|
# CONFIG_TRI_DEP is not set
|
|
# CONFIG_TWO_MENU_NODES is not set
|
|
# CONFIG_TRI is not set
|
|
|
|
#
|
|
# These are selected by TRI_DEP
|
|
#
|
|
# CONFIG_SELECTED_BY_TRI_DEP is not set
|
|
# CONFIG_IMPLIED_BY_TRI_DEP is not set
|
|
# end of Bool and tristate symbols
|
|
|
|
#
|
|
# String, int, and hex symbols
|
|
#
|
|
CONFIG_STRING="foo"
|
|
CONFIG_INT=747
|
|
CONFIG_HEX=0xABC
|
|
# end of String, int, and hex symbols
|
|
|
|
#
|
|
# Various choices
|
|
#
|
|
CONFIG_BOOL_CHOICE_SYM_1=y
|
|
# CONFIG_BOOL_CHOICE_SYM_2 is not set
|
|
# CONFIG_TRI_CHOICE_SYM_1 is not set
|
|
# CONFIG_TRI_CHOICE_SYM_2 is not set
|
|
# end of Various choices
|
|
|