u-boot/board/atmel
Masahiro Yamada 4614b89134 ARM: at91: move board select menu and common settings
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>
2015-02-21 08:23:51 -05:00
..
at91rm9200ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9m10g45ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9n12ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9rlek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9x5ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9260ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9261ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
at91sam9263ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
atngw100 avr32: convert to dram_init() 2015-02-17 22:52:41 +01:00
atngw100mkii avr32: convert to dram_init() 2015-02-17 22:52:41 +01:00
atstk1000 avr32: convert to dram_init() 2015-02-17 22:52:41 +01:00
sama5d3_xplained ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
sama5d3xek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
sama5d4_xplained ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
sama5d4ek ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00