From b39a9ade5ccc8535d66db96a4b46cb09570d7556 Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Tue, 30 Aug 2016 14:06:20 -0500 Subject: Kconfig: Separate AM33XX SOC config from target board config The config option AM33XX is used in several boards and should be defined as a stand-alone option for this SOC. We break this out from target boards that use this SoC and common headers then enable AM33XX on in all the boards that used these targets to eliminate any functional change with this patch. This is similar to what has already been done in 9de852642cae ("arm: Kconfig: Add support for AM43xx SoC specific Kconfig") and is done for the same reasons. Signed-off-by: Andrew F. Davis Acked-by: Lokesh Vutla Reviewed-by: Tom Rini --- configs/am335x_evm_spiboot_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_evm_spiboot_defconfig') diff --git a/configs/am335x_evm_spiboot_defconfig b/configs/am335x_evm_spiboot_defconfig index 4a0770e..8acebb5 100644 --- a/configs/am335x_evm_spiboot_defconfig +++ b/configs/am335x_evm_spiboot_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_AM33XX=y CONFIG_TARGET_AM335X_EVM=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_SPI_FLASH_SUPPORT=y -- cgit v1.1