The board select menu in arch/arm/Kconfig is still big.
To slim down it, this commit moves AT91 boards to
arch/arm/mach-at91/Kconfig.
Also, consolidate "config SYS_SOC" in each board Kconfig.
The Kconfig files under board/ directory were modified with the
following command:
find board -name Kconfig | xargs sed -i -e '
/config SYS_SOC/ {
N
/default "at91"/ {
N
d
}
}
'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Andreas Bießmann <andreas.devel@googlemail.co>
|
||
|---|---|---|
| .. | ||
| at91rm9200ek | ||
| at91sam9m10g45ek | ||
| at91sam9n12ek | ||
| at91sam9rlek | ||
| at91sam9x5ek | ||
| at91sam9260ek | ||
| at91sam9261ek | ||
| at91sam9263ek | ||
| atngw100 | ||
| atngw100mkii | ||
| atstk1000 | ||
| sama5d3_xplained | ||
| sama5d3xek | ||
| sama5d4_xplained | ||
| sama5d4ek | ||