Portability cleanup as required by Linus.
[linux-2.6/linux-mips.git] / drivers / s390 / Config.in
blob257c65d9a58b58f1d9e8d2d1a6156d27648740c4
1 mainmenu_option next_comment
2 comment 'S/390 block device drivers'
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 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
9 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
10   tristate '   Linear (append) mode' CONFIG_MD_LINEAR
11   tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
12   tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
13   tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
15 if [ "$CONFIG_MD_LINEAR" = "y" -o "$CONFIG_MD_STRIPED" = "y" ]; then
16   bool '      Boot support (linear, striped)' CONFIG_MD_BOOT
18 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
19 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
20   bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
23 bool 'Support for VM minidisk (VM only)' CONFIG_MDISK
24 if [ "$CONFIG_MDISK" = "y" ]; then
25   bool '   Support for synchronous read-write' CONFIG_MDISK_SYNC
28 tristate 'Support for DASD devices' CONFIG_DASD
29 if [ "$CONFIG_DASD" != "n"  ]; then
30   comment 'DASD disciplines'
31   bool '   Support for ECKD Disks' CONFIG_DASD_ECKD
32 #  bool '   Support for CKD  Disks' CONFIG_DASD_CKD
33   bool '   Support for DIAG access to CMS reserved Disks' CONFIG_DASD_MDSK
36 #menu_option next_comment
37 #endmenu
39 if [ "$CONFIG_NET" = "y" ]; then
40   mainmenu_option next_comment
41   comment 'S/390 Network device support'
42   bool 'Channel Device Configuration (Temporary Option)' CONFIG_CHANDEV
43   bool 'Network device support' CONFIG_NETDEVICES
44   if [ "$CONFIG_NETDEVICES" = "y" ]; then
45     menu_option next_comment
46     comment 'S390 Network devices'
47     bool 'CTC device support' CONFIG_CTC
48     bool 'IUCV device support (VM only)' CONFIG_IUCV
49     tristate 'Dummy net driver support' CONFIG_DUMMY
50     bool 'Ethernet (10 or 100Mbit)' CONFIG_NET_ETHERNET
51     bool 'Token Ring driver support' CONFIG_TR
52     bool 'FDDI driver support' CONFIG_FDDI
53   fi
54   endmenu
57 mainmenu_option next_comment
58 comment 'S/390 Terminal and Console options'
60 bool 'Support for 3215 line mode terminal' CONFIG_3215
61 if [ "$CONFIG_3215" = "y" ]; then
62   bool 'Support for console on 3215 line mode terminal' CONFIG_3215_CONSOLE
65 bool 'Support for HWC line mode terminal' CONFIG_HWC
66 if [ "$CONFIG_HWC" = "y" ]; then
67   bool 'console on HWC line mode terminal' CONFIG_HWC_CONSOLE
69 endmenu