]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/dde/config.in
update
[l4.git] / l4 / pkg / dde / config.in
1 # vim:se ft=sh:
2
3 mainmenu_name "DDE Configuration"
4
5 #bool 'Build DDE Linux 2.4'     CONFIG_DDE24
6
7 bool 'Build DDE Linux 2.6' CONFIG_DDE26
8 if [ "$CONFIG_DDE26" = "y" ]; then
9         bool '  Common library' CONFIG_DDE26_COMMON
10         bool '  Network driver support library' CONFIG_DDE26_NET
11         bool '  Sound driver support library' CONFIG_DDE26_SOUND
12         bool '  Block device layer support library' CONFIG_DDE26_BLOCK
13 #bool '  USB support library (now common stuff in future usbcore)' CONFIG_DDE26_USB
14 fi
15
16 bool 'Build DDE FreeBSD'        CONFIG_FBSD
17