diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2017-01-25 09:53:08 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:37 -0500 |
commit | ab38bf6a3909bc773cbeec7b3997ba4686e6f93e (patch) | |
tree | 86f77079993081207cf745997d39abe1b7e62a07 /arch/arm/mach-omap2/am33xx/Kconfig | |
parent | a73c8b32a745d70c18868b24a8d4cfdd17f22db1 (diff) | |
download | u-boot-imx-ab38bf6a3909bc773cbeec7b3997ba4686e6f93e.zip u-boot-imx-ab38bf6a3909bc773cbeec7b3997ba4686e6f93e.tar.gz u-boot-imx-ab38bf6a3909bc773cbeec7b3997ba4686e6f93e.tar.bz2 |
board/chiliboard: Add support for chiliBoard
chiliBoard is a development board which uses chiliSOM as its base.
Hardware specification:
* chiliSOM (TI AM335x, DRAM, NAND)
* Ethernet PHY (id 0)
* USB host (usb1)
* MicroSD slot (mmc0)
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2/am33xx/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/am33xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 82e9541..5b5d3f8 100644 --- a/arch/arm/mach-omap2/am33xx/Kconfig +++ b/arch/arm/mach-omap2/am33xx/Kconfig @@ -64,6 +64,13 @@ config TARGET_BAV335X For more information, visit: http://birdland.com/oem +config TARGET_CHILIBOARD + bool "Grinn chiliBoard" + select AM33XX_CHILISOM + select BOARD_LATE_INIT + select DM + select DM_SERIAL + config TARGET_CM_T335 bool "Support cm_t335" select DM |