summaryrefslogtreecommitdiff
path: root/configs/cm_t335_defconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-08-30 19:06:20 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-02 12:09:58 (GMT)
commitb39a9ade5ccc8535d66db96a4b46cb09570d7556 (patch)
treede63c649a97549514029d96a74c400015e691cb8 /configs/cm_t335_defconfig
parent66961394093983adeeac3fb35d6eaed00bfa5b47 (diff)
downloadu-boot-fsl-qoriq-b39a9ade5ccc8535d66db96a4b46cb09570d7556.tar.xz
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 <afd@ti.com> Acked-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/cm_t335_defconfig')
-rw-r--r--configs/cm_t335_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_t335_defconfig b/configs/cm_t335_defconfig
index 40fe861..f135353 100644
--- a/configs/cm_t335_defconfig
+++ b/configs/cm_t335_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_AM33XX=y
CONFIG_TARGET_CM_T335=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y