blob: 596accaa49736bcf3ea18e7a8c4c5d5afd3fbc9b (
plain)
1
2
3
4
5
6
7
8
9
10
|
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends on TARGET_at91
default n
config FLEXIBITY_ROOT
bool "Build Flexibity RootFS (with embedded kernel)"
depends on TARGET_at91_flexibity
default n
|