From 88077715d8d81825605028f2040b17137513f858 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 22 Jan 2017 19:43:10 -0500 Subject: 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 Signed-off-by: Tom Rini Reviewed-by: York Sun --- board/freescale/ls1043aqds/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/freescale/ls1043aqds') diff --git a/board/freescale/ls1043aqds/Kconfig b/board/freescale/ls1043aqds/Kconfig index 7e27f8f..95d2888 100644 --- a/board/freescale/ls1043aqds/Kconfig +++ b/board/freescale/ls1043aqds/Kconfig @@ -12,4 +12,6 @@ config SYS_SOC config SYS_CONFIG_NAME default "ls1043aqds" +source "board/freescale/common/Kconfig" + endif -- cgit v1.1