2014-07-30 05:08:14 +00:00
|
|
|
if TARGET_NOKIA_RX51
|
|
|
|
|
2022-11-19 23:45:37 +00:00
|
|
|
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)"
|
|
|
|
|
2022-08-11 20:27:25 +00:00
|
|
|
config NR_DRAM_BANKS
|
|
|
|
default 2
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "rx51"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "nokia"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "nokia_rx51"
|
|
|
|
|
2022-08-11 20:27:25 +00:00
|
|
|
config SYS_PROMPT
|
|
|
|
default "Nokia RX-51 # "
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endif
|