blob: 7c21dfca8c9456fad0040390e9ee7f6447daf91d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_ARCH
default "microblazeel" if BR2_microblazeel
default "microblaze" if BR2_microblazebe
config BR2_ENDIAN
default "LITTLE" if BR2_microblazeel
default "BIG" if BR2_microblazebe
config BR2_microblaze
bool
default y if BR2_microblazeel || BR2_microblazebe
config BR2_ARCH_HAS_ATOMICS
default y
|