• Roman Zippel's avatar
    [PATCH] add menuconfig support · bbc115e9
    Roman Zippel authored
    This adds the support for the menuconfig keyword, which allows to define
    a config symbol and a submenu with a single step, e.g. instead of
    
    	menu "SCSI device support"
    
    	config SCSI
    		tristate "SCSI device support"
    
    this is now enough:
    
    	menuconfig SCSI
    		tristate "SCSI device support"
    bbc115e9
symbol.c 11.9 KB