2014-04-22 01:34:05 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_SAM4S_XPLAINED_PRO
|
2014-04-22 18:38:08 +02:00
|
|
|
|
|
|
|
config SAM4S_XPLAINED_PRO_CDCACM_DEVMINOR
|
|
|
|
int "CDC/ACM Device Minor"
|
|
|
|
default 0
|
|
|
|
depends on SAM34_UDP && USBDEV && CDCACM
|
|
|
|
|
2014-04-22 01:34:05 +02:00
|
|
|
endif
|