Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 1 | # |
| 2 | # QE Communication options |
| 3 | # |
| 4 | |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 5 | config UCC_SLOW |
Timur Tabi | 7d776cb | 2007-03-12 15:40:27 -0500 | [diff] [blame] | 6 | bool |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 7 | default y if SERIAL_QE |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 8 | help |
| 9 | This option provides qe_lib support to UCC slow |
| 10 | protocols: UART, BISYNC, QMC |
| 11 | |
| 12 | config UCC_FAST |
Timur Tabi | 7d776cb | 2007-03-12 15:40:27 -0500 | [diff] [blame] | 13 | bool |
Timur Tabi | 90c615b | 2007-05-23 07:23:55 -0500 | [diff] [blame] | 14 | default y if UCC_GETH |
Li Yang | 9865853 | 2006-10-03 23:10:46 -0500 | [diff] [blame] | 15 | help |
| 16 | This option provides qe_lib support to UCC fast |
| 17 | protocols: HDLC, Ethernet, ATM, transparent |
| 18 | |
| 19 | config UCC |
| 20 | bool |
| 21 | default y if UCC_FAST || UCC_SLOW |
| 22 | |
Anton Vorontsov | 5e41486 | 2008-05-23 20:38:56 +0400 | [diff] [blame] | 23 | config QE_USB |
| 24 | bool |
| 25 | help |
| 26 | QE USB Host Controller support |
Anton Vorontsov | 32def33 | 2008-05-19 21:47:05 +0400 | [diff] [blame] | 27 | |
| 28 | config QE_GPIO |
| 29 | bool "QE GPIO support" |
| 30 | depends on QUICC_ENGINE |
| 31 | select GENERIC_GPIO |
Michael Buesch | 7444a72 | 2008-07-25 01:46:11 -0700 | [diff] [blame^] | 32 | select ARCH_REQUIRE_GPIOLIB |
Anton Vorontsov | 32def33 | 2008-05-19 21:47:05 +0400 | [diff] [blame] | 33 | help |
| 34 | Say Y here if you're going to use hardware that connects to the |
| 35 | QE GPIOs. |