1
0
Fork 0
remarkable-uboot/board/esd
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
..
common ppc4xx: cleanup CPCI4052 board 2015-01-13 09:37:26 -05:00
cpci2dp kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
cpci405 ppc4xx: cleanup CPCI4052 board 2015-01-13 09:37:26 -05:00
mecp5123 fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
meesc ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
otc570 ARM: at91: move board select menu and common settings 2015-02-21 08:23:51 -05:00
plu405 kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
pmc405de fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
pmc440 fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
vme8349 fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
vom405 kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00