Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
[oweals/u-boot.git] / arch / arm / cpu / armv7 / am33xx / Kconfig
index 39759cd522faf6a3a5e14ef44ffeb66fb4f7e35d..2d7d1fc4f1ad95323d1df8e06f2bffcd5cee06a1 100644 (file)
@@ -1,3 +1,25 @@
+if AM43XX
+
+config SPL_EXT_SUPPORT
+       default y
+
+config SPL_GPIO_SUPPORT
+       default y
+
+config SPL_I2C_SUPPORT
+       default y
+
+config TARGET_AM43XX_EVM
+       bool "Support am43xx_evm"
+       select TI_I2C_BOARD_DETECT
+       help
+         This option specifies support for the AM43xx
+         GP and HS EVM development platforms.The AM437x
+         GP EVM is a standalone test, development, and
+         evaluation module system that enables developers
+         to write software and develop hardware around
+         an AM43xx processor subsystem.
+
 config ISW_ENTRY_ADDR
        hex "Address in memory or XIP flash of bootloader entry point"
        help
@@ -25,3 +47,4 @@ config PUB_ROM_DATA_SIZE
          image, this area is no longer used, and can be reclaimed
          for run time use by the boot image.
        default 0x8400
+endif