[U-Boot] [PATCH] Kconfig: don't pollute Kconfig w/ i.MX8M options for everyone
Tom Rini
trini at konsulko.com
Thu Jan 3 20:21:30 UTC 2019
On Thu, Jan 03, 2019 at 06:47:40PM +0100, Philipp Tomsich wrote:
> No point in showing the various DRAM options (right in the top-level
> menu for 'Device Drivers') for i.MX8M when configured for a different
> architecture. This wraps an 'if ARCH_IMX8M' around these.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
>
> drivers/ddr/imx/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/ddr/imx/Kconfig b/drivers/ddr/imx/Kconfig
> index 7e06fb2..09a35e5 100644
> --- a/drivers/ddr/imx/Kconfig
> +++ b/drivers/ddr/imx/Kconfig
> @@ -1 +1,3 @@
> +if ARCH_IMX8M
> source "drivers/ddr/imx/imx8m/Kconfig"
> +endif
Ugh. We need drivers/ddr/imx/imx8m/Kconfig to have real 'depends on'
lines like all of the other DDR controllers.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190103/5ba169e7/attachment.sig>
More information about the U-Boot
mailing list