uts: make emu10k non-verbose
[unleashed.git] / Sconfig
blob6262b660ac6c8823d437167a56238b38c0c6b104
1 ((config
2    ; Support for Linux core files
3    LINUX_CORE_SUPPORT
4    (= MACH 'i386))
6  (config
7    ; should SMB expose CUPS printers?
8    SMB_PRINTING
9    #f)
11  (include "kernel/Sconfig"))
13 ; vim: set syntax=scheme: