[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55A93B01.4080009@infradead.org>
Date: Fri, 17 Jul 2015 10:27:29 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: atull@...nsource.altera.com, gregkh@...uxfoundation.org,
jgunthorpe@...idianresearch.com, hpa@...or.com, monstr@...str.eu,
michal.simek@...inx.com
CC: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
pantelis.antoniou@...sulko.com, robh+dt@...nel.org,
grant.likely@...aro.org, iws@...o.caltech.edu,
linux-doc@...r.kernel.org, pavel@...x.de, broonie@...nel.org,
philip@...ister.org, rubini@...dd.com, s.trumtrar@...gutronix.de,
jason@...edaemon.net, kyle.teske@...com, nico@...aro.org,
balbi@...com, m.chehab@...sung.com, davidb@...eaurora.org,
rob@...dley.net, davem@...emloft.net, cesarb@...arb.net,
sameo@...ux.intel.com, akpm@...ux-foundation.org,
linus.walleij@...aro.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
devel@...verdev.osuosl.org, Petr Cvek <petr.cvek@....cz>,
delicious.quinoa@...il.com, dinguyen@...nsource.altera.com,
yvanderv@...nsource.altera.com
Subject: Re: [PATCH v9 5/7] staging: fpga manager core
On 07/17/15 08:51, atull@...nsource.altera.com wrote:
> From: Alan Tull <atull@...nsource.altera.com>
>
> ---
> drivers/staging/Kconfig | 2 +
> drivers/staging/Makefile | 1 +
> drivers/staging/fpga/Kconfig | 14 ++
> drivers/staging/fpga/Makefile | 8 +
> drivers/staging/fpga/fpga-mgr.c | 373 +++++++++++++++++++++++++++++++++++++++
> include/linux/fpga/fpga-mgr.h | 127 +++++++++++++
> 6 files changed, 525 insertions(+)
> create mode 100644 drivers/staging/fpga/Kconfig
> create mode 100644 drivers/staging/fpga/Makefile
> create mode 100644 drivers/staging/fpga/fpga-mgr.c
> create mode 100644 include/linux/fpga/fpga-mgr.h
> diff --git a/drivers/staging/fpga/Kconfig b/drivers/staging/fpga/Kconfig
> new file mode 100644
> index 0000000..8254ca0
> --- /dev/null
> +++ b/drivers/staging/fpga/Kconfig
> @@ -0,0 +1,14 @@
> +#
> +# FPGA framework configuration
> +#
> +
> +menu "FPGA Configuration Support"
> +
> +config FPGA
> + bool "FPGA Configuration Framework"
> + help
> + Say Y here if you want support for configuring FPGAs from the
> + kernel. The FPGA framework adds a FPGA manager class and FPGA
> + manager drivers.
> +
> +endmenu
Is there some good reason why this is 'bool' instead of 'tristate'?
I.e., why can't it be built as a loadable module?
Thanks.
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists