powerpc/QE: implement support for the GPIO LIB API
[linux-2.6/libata-dev.git] / arch / powerpc / sysdev / qe_lib / Kconfig
blob4bb18f57901e5c3585bc5e9bd60d18704239c96c
2 # QE Communication options
5 config UCC_SLOW
6         bool
7         default y if SERIAL_QE
8         help
9           This option provides qe_lib support to UCC slow
10           protocols: UART, BISYNC, QMC
12 config UCC_FAST
13         bool
14         default y if UCC_GETH
15         help
16           This option provides qe_lib support to UCC fast
17           protocols: HDLC, Ethernet, ATM, transparent
19 config UCC
20         bool
21         default y if UCC_FAST || UCC_SLOW
23 config QE_USB
24         bool
25         help
26           QE USB Host Controller support
28 config QE_GPIO
29         bool "QE GPIO support"
30         depends on QUICC_ENGINE
31         select GENERIC_GPIO
32         select HAVE_GPIO_LIB
33         help
34           Say Y here if you're going to use hardware that connects to the
35           QE GPIOs.