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