add common GPIO LED support
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / Kconfig
1 if RALINK_RT305X
2
3 menu "Ralink RT350x machine selection"
4
5 config RT305X_MACH_GENERIC
6 bool "Generic RT350x based machine support"
7 default y
8
9 config RT305X_MACH_WHR_G300N
10 bool "Buffalo WHR-G300N support"
11 default y
12 select RALINK_DEV_GPIO_LEDS
13
14 endmenu
15
16 endif