Kconfig 189 B

1234567891011121314
  1. if TARGET_OMAP3_IGEP00X0
  2. config SYS_BOARD
  3. default "igep00x0"
  4. config SYS_VENDOR
  5. default "isee"
  6. config SYS_CONFIG_NAME
  7. default "omap3_igep00x0"
  8. source "board/ti/common/Kconfig"
  9. endif