1 mainmenu_option next_comment
2 comment 'S/390 block device drivers'
3
4 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
5 if [ "$CONFIG_NET" = "y" ]; then
6 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
7 fi
8 source drivers/md/Config.in
9 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
10 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
11 bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
12 fi
13
14 bool 'Support for VM minidisk (VM only)' CONFIG_MDISK
15 if [ "$CONFIG_MDISK" = "y" ]; then
16 bool ' Support for synchronous read-write' CONFIG_MDISK_SYNC
17 fi
18
19 tristate 'Support for DASD devices' CONFIG_DASD
20 if [ "$CONFIG_DASD" != "n" ]; then
21 comment 'DASD disciplines'
22 bool ' Support for ECKD Disks' CONFIG_DASD_ECKD
23 # bool ' Support for CKD Disks' CONFIG_DASD_CKD
24 bool ' Support for DIAG access to CMS reserved Disks' CONFIG_DASD_MDSK
25 fi
26
27 endmenu
28
29 #menu_option next_comment
30 #endmenu
31
32 if [ "$CONFIG_NET" = "y" ]; then
33 mainmenu_option next_comment
34 comment 'S/390 Network device support'
35 bool 'Channel Device Configuration (Temporary Option)' CONFIG_CHANDEV
36 bool 'Network device support' CONFIG_NETDEVICES
37 if [ "$CONFIG_NETDEVICES" = "y" ]; then
38 mainmenu_option next_comment
39 comment 'S390 Network devices'
40 bool 'CTC device support' CONFIG_CTC
41 bool 'IUCV device support (VM only)' CONFIG_IUCV
42 tristate 'Dummy net driver support' CONFIG_DUMMY
43 bool 'Ethernet (10 or 100Mbit)' CONFIG_NET_ETHERNET
44 bool 'Token Ring driver support' CONFIG_TR
45 bool 'FDDI driver support' CONFIG_FDDI
46 endmenu
47 fi
48 endmenu
49 fi
50
51 mainmenu_option next_comment
52 comment 'S/390 Terminal and Console options'
53
54 bool 'Support for 3215 line mode terminal' CONFIG_3215
55 if [ "$CONFIG_3215" = "y" ]; then
56 bool 'Support for console on 3215 line mode terminal' CONFIG_3215_CONSOLE
57 fi
58
59 bool 'Support for HWC line mode terminal' CONFIG_HWC
60 if [ "$CONFIG_HWC" = "y" ]; then
61 bool 'console on HWC line mode terminal' CONFIG_HWC_CONSOLE
62 fi
63 endmenu
64
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.