diff options
author | Steve Rae <srae@broadcom.com> | 2014-08-11 13:58:26 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 07:46:40 -0400 |
commit | 9dec5270be87c01e50808001be69fce5b92a7af8 (patch) | |
tree | c230ad4ac0362019cae4844e32405ef9f2e45a16 /arch | |
parent | da1f5ac29593449d66833e01668c878ac0665a2e (diff) | |
download | u-boot-imx-9dec5270be87c01e50808001be69fce5b92a7af8.zip u-boot-imx-9dec5270be87c01e50808001be69fce5b92a7af8.tar.gz u-boot-imx-9dec5270be87c01e50808001be69fce5b92a7af8.tar.bz2 |
arm: convert Cygnus and NSP boards to Kconfig
Convert the bcm958300k and the bcm958622hr boards from "boards.cfg" to Kconfig.
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4f26d28..71757e7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -425,6 +425,12 @@ config TARGET_SAMA5D3XEK config TARGET_BCM28155_AP bool "Support bcm28155_ap" +config TARGET_BCM958300K + bool "Support bcm958300k" + +config TARGET_BCM958622HR + bool "Support bcm958622hr" + config TARGET_ARNDALE bool "Support arndale" @@ -830,6 +836,8 @@ source "board/bluegiga/apx4devkit/Kconfig" source "board/bluewater/snapper9260/Kconfig" source "board/boundary/nitrogen6x/Kconfig" source "board/broadcom/bcm28155_ap/Kconfig" +source "board/broadcom/bcm958300k/Kconfig" +source "board/broadcom/bcm958622hr/Kconfig" source "board/buffalo/lsxl/Kconfig" source "board/calao/sbc35_a9g20/Kconfig" source "board/calao/tny_a9260/Kconfig" |