commit | 93145335fbf5cbe7f6b1ca42263a156620a37f7f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jun 16 14:04:35 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 05 17:03:02 2022 -0400 |
tree | 1b9bdf91c6d24acd0cb8fa7ff57b1f81e868c402 | |
parent | 1e7750f1bc8005844c937e0ca6feaef45743f0c8 [diff] |
nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>