Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1229811
| From | Scott Wood <scottwood@freescale.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v10 5/5] QE: Move QE from arch/powerpc to drivers/soc |
| Date | 2015-09-22 01:00 +0200 |
| Message-ID | <qbidY-3MW-9@gated-at.bofh.it> (permalink) |
| References | <qbi4i-3BS-5@gated-at.bofh.it> <qbidY-3MW-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 18, 2015 at 03:15:21PM +0800, Zhao Qiang wrote: > diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig > new file mode 100644 > index 0000000..3012571 > --- /dev/null > +++ b/drivers/soc/fsl/qe/Kconfig > @@ -0,0 +1,33 @@ > +# > +# QE Communication options > +# > + > +config QUICC_ENGINE > + bool "Freescale QUICC Engine (QE) Support" > + depends on FSL_SOC && PPC32 > + select PPC_LIB_RHEAP > + select GENERIC_ALLOCATOR > + select CRC32 Why is "select PPC_LIB_RHEAP" still here? > + help > + The QUICC Engine (QE) is a new generation of communications > + coprocessors on Freescale embedded CPUs (akin to CPM in older chips). > + Selecting this option means that you wish to build a kernel > + for a machine with a QE coprocessor. > + > +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 What does "qe_lib" mean to the end user, or to anyone after the code is moved to drivers/soc/fsl/qe? -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v10 5/5] QE: Move QE from arch/powerpc to drivers/soc Scott Wood <scottwood@freescale.com> - 2015-09-22 01:00 +0200
RE: [PATCH v10 5/5] QE: Move QE from arch/powerpc to drivers/soc Zhao Qiang <qiang.zhao@freescale.com> - 2015-09-22 10:40 +0200
RE: [PATCH v10 5/5] QE: Move QE from arch/powerpc to drivers/soc Zhao Qiang <qiang.zhao@freescale.com> - 2015-09-23 04:10 +0200
csiph-web