diff options
author | Tom Rini | 2017-01-22 19:43:10 -0500 |
---|---|---|
committer | Tom Rini | 2017-01-24 10:33:59 -0500 |
commit | 88077715d8d81825605028f2040b17137513f858 (patch) | |
tree | c56ee564dd87664cb1d72de93862805c3141d357 /board/freescale/corenet_ds | |
parent | f428268adb7b632e3477f1f2b98df07eb0cb6040 (diff) |
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
Introduce board/freescale/common/Kconfig so that we have a single place
for CONFIG options that are shared between ARM and PowerPC NXP platforms.
Cc: York Sun <york.sun@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/corenet_ds')
-rw-r--r-- | board/freescale/corenet_ds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/freescale/corenet_ds/Kconfig b/board/freescale/corenet_ds/Kconfig index 433f539d997..98b1adde620 100644 --- a/board/freescale/corenet_ds/Kconfig +++ b/board/freescale/corenet_ds/Kconfig @@ -9,6 +9,8 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "P3041DS" +source "board/freescale/common/Kconfig" + endif if TARGET_P4080DS @@ -22,6 +24,8 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "P4080DS" +source "board/freescale/common/Kconfig" + endif if TARGET_P5020DS @@ -35,6 +39,8 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "P5020DS" +source "board/freescale/common/Kconfig" + endif if TARGET_P5040DS @@ -48,4 +54,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "P5040DS" +source "board/freescale/common/Kconfig" + endif |