• Roman Zippel's avatar
    [PATCH] reverse dependency support · f3b837df
    Roman Zippel authored
    The 'select' keyword defines a lower limit for symbols and allows to
    select other symbols when a symbol is selected, e.g.:
    
    config JOLIET
    	bool "Microsoft Joliet CDROM extensions"
    	select NLS
    
    This means when JOLIET is selected, NLS will be selected as well.
    f3b837df
expr.h 4.67 KB