1#
2# PCMCIA character device configuration
3#
4
5mainmenu_option next_comment
6comment 'PCMCIA character devices'
7
8dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS $CONFIG_SERIAL
9if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" ]; then
10   define_bool CONFIG_PCMCIA_CHRDEV y
11fi
12
13tristate 'SyncLink PC Card support' CONFIG_SYNCLINK_CS
14
15endmenu
16
17