Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# PCMCIA character device configuration
#

mainmenu_option next_comment
comment 'PCMCIA character devices'

dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS $CONFIG_SERIAL
if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" ]; then
   define_bool CONFIG_PCMCIA_CHRDEV y
fi

endmenu