diff options
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib/Kconfig')
| -rw-r--r-- | arch/powerpc/sysdev/qe_lib/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig index 887739f3bad..3c251993bac 100644 --- a/arch/powerpc/sysdev/qe_lib/Kconfig +++ b/arch/powerpc/sysdev/qe_lib/Kconfig @@ -4,16 +4,14 @@ config UCC_SLOW bool - default n - select UCC + default y if SERIAL_QE help This option provides qe_lib support to UCC slow protocols: UART, BISYNC, QMC config UCC_FAST bool - default n - select UCC + default y if UCC_GETH help This option provides qe_lib support to UCC fast protocols: HDLC, Ethernet, ATM, transparent @@ -22,3 +20,8 @@ config UCC bool default y if UCC_FAST || UCC_SLOW +config QE_USB + bool + default y if USB_FSL_QE + help + QE USB Controller support |
