Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.21 30 lines 498 B view raw
1# 2# QE Communication options 3# 4 5menu "QE Options" 6 depends on QUICC_ENGINE 7 8config UCC_SLOW 9 bool "UCC Slow Protocols Support" 10 default n 11 select UCC 12 help 13 This option provides qe_lib support to UCC slow 14 protocols: UART, BISYNC, QMC 15 16config UCC_FAST 17 bool "UCC Fast Protocols Support" 18 default n 19 select UCC 20 select UCC_SLOW 21 help 22 This option provides qe_lib support to UCC fast 23 protocols: HDLC, Ethernet, ATM, transparent 24 25config UCC 26 bool 27 default y if UCC_FAST || UCC_SLOW 28 29endmenu 30