blob: 15a9d814f3fc429e1a4e611ed9e9019a1a930229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
menu "Board Support Options"
source "target/device/Soekris/Config.in"
source "target/device/Hitachi/Config.in"
source "target/device/AMD/Config.in"
source "target/device/Via/Config.in"
# This must be last
source "target/generic/Config.in"
endmenu
|