diff options
Diffstat (limited to 'kernel/arch/powerpc/sysdev/qe_lib/Kconfig')
-rw-r--r-- | kernel/arch/powerpc/sysdev/qe_lib/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kernel/arch/powerpc/sysdev/qe_lib/Kconfig b/kernel/arch/powerpc/sysdev/qe_lib/Kconfig new file mode 100644 index 000000000..3c251993b --- /dev/null +++ b/kernel/arch/powerpc/sysdev/qe_lib/Kconfig @@ -0,0 +1,27 @@ +# +# QE Communication options +# + +config UCC_SLOW + bool + default y if SERIAL_QE + help + This option provides qe_lib support to UCC slow + protocols: UART, BISYNC, QMC + +config UCC_FAST + bool + default y if UCC_GETH + help + This option provides qe_lib support to UCC fast + protocols: HDLC, Ethernet, ATM, transparent + +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 |