summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/usb/wbusbd/Config.in
blob: c0d0ad87ab1c45080689eeaa57c94072ec4fa5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Winbond W90N745 USB device configuration
#
mainmenu_option next_comment
comment 'Support for W90N745 USB Device 1.1'

dep_bool 'Support W90N745 USB Device' CONFIG_WINBOND_USBD $CONFIG_USB

   if [ "$CONFIG_WINBOND_USBD" = "y" ]; then
                   choice ' usbd function support' \
                   "VCOM         CONFIG_WINBOND_USBD_VCOM\
                    MASS        CONFIG_WINBOND_USBD_MASS" MASS
   fi


endmenu