home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / blackfin / mach-bf533 / boards / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  869 b   |  47 lines

  1. choice
  2.     prompt "System type"
  3.     default BFIN533_STAMP
  4.     help
  5.       Select your board!
  6.  
  7. config BFIN533_EZKIT
  8.     bool "BF533-EZKIT"
  9.     help
  10.       BF533-EZKIT-LITE board support.
  11.  
  12. config BFIN533_STAMP
  13.     bool "BF533-STAMP"
  14.     help
  15.       BF533-STAMP board support.
  16.  
  17. config BLACKSTAMP
  18.     bool "BlackStamp"
  19.     help
  20.       Support for the BlackStamp board.  Hardware info available at
  21.       http://blackfin.uclinux.org/gf/project/blackstamp/
  22.  
  23. config BFIN533_BLUETECHNIX_CM
  24.     bool "Bluetechnix CM-BF533"
  25.     depends on (BF533)
  26.     help
  27.       CM-BF533 support for EVAL- and DEV-Board.
  28.  
  29. config H8606_HVSISTEMAS
  30.     bool "HV Sistemas H8606"
  31.     depends on (BF532)
  32.     help
  33.       HV Sistemas H8606 board support.
  34.  
  35. config BFIN532_IP0X
  36.     bool "IP04/IP08 IP-PBX"
  37.     depends on (BF532)
  38.     help
  39.       Core support for IP04/IP04 open hardware IP-PBX.
  40.  
  41. config GENERIC_BF533_BOARD
  42.     bool "Generic"
  43.     help
  44.       Generic or Custom board support.
  45.  
  46. endchoice
  47.