diff options
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib/Kconfig')
| -rw-r--r-- | arch/powerpc/sysdev/qe_lib/Kconfig | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig index a725e80befa..3c251993bac 100644 --- a/arch/powerpc/sysdev/qe_lib/Kconfig +++ b/arch/powerpc/sysdev/qe_lib/Kconfig @@ -2,22 +2,16 @@ # QE Communication options # -menu "QE Options" - depends on QUICC_ENGINE - config UCC_SLOW - bool "UCC Slow Protocols Support" - default n - select UCC + bool + default y if SERIAL_QE help This option provides qe_lib support to UCC slow protocols: UART, BISYNC, QMC config UCC_FAST - bool "UCC Fast Protocols Support" - default n - select UCC - select UCC_SLOW + bool + default y if UCC_GETH help This option provides qe_lib support to UCC fast protocols: HDLC, Ethernet, ATM, transparent @@ -26,5 +20,8 @@ config UCC bool default y if UCC_FAST || UCC_SLOW -endmenu - +config QE_USB + bool + default y if USB_FSL_QE + help + QE USB Controller support |
