OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if ARCH_MCS814X
2  
3 config MCS8140
4 bool
5 select CPU_ARM926T
6  
7 menu "Moschip MCS8140 boards"
8  
9 config MACH_DLAN_USB_EXT
10 bool "Devolo dLAN USB Extender"
11 select MCS8140
12 select NEW_LEDS
13 select LEDS_CLASS
14 select LEDS_GPIO
15 help
16 Machine support for the Devolo dLAN USB Extender
17  
18 config MACH_RBT_832
19 bool "Tigal RBT-832"
20 select MCS8140
21 select NEW_LEDS
22 select LEDS_CLASS
23 select LEDS_GPIO
24 help
25 Machine support for the Tigal RBT-832 board
26  
27 endmenu
28  
29 endif