• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-bf518/boards/
1choice
2	prompt "System type"
3	default BFIN518F_EZBRD
4	help
5	  Select your board!
6
7config BFIN518F_EZBRD
8	bool "BF518F-EZBRD"
9	help
10	  BF518-EZBRD board support.
11
12config BFIN518F_TCM
13       bool "Bluetechnix TCM-BF518"
14       help
15         Bluetechnix TCM-BF518 board support.
16
17endchoice
18