1if TARGET_NOKIA_RX51 2 3config USB_DEVICE 4 def_bool y 5 help 6 Legacy UDC device support 7 8config USB_TTY 9 def_bool y 10 help 11 Legacy tty type of device available to talk to the UDC device 12 13config USBD_VENDORID 14 hex 15 default 0x0421 16 17config USBD_PRODUCTID_CDCACM 18 hex 19 default 0x01c8 20 21config USBD_PRODUCTID_GSERIAL 22 hex 23 default 0x01c8 24 25config USBD_MANUFACTURER 26 string 27 default "Nokia" 28 29config USBD_PRODUCT_NAME 30 string 31 default "N900 (U-Boot)" 32 33config NR_DRAM_BANKS 34 default 2 35 36config SYS_BOARD 37 default "rx51" 38 39config SYS_VENDOR 40 default "nokia" 41 42config SYS_CONFIG_NAME 43 default "nokia_rx51" 44 45config SYS_PROMPT 46 default "Nokia RX-51 # " 47 48endif 49