From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Wed, 6 Aug 2014 03:05:23 -0700 Subject: [U-Boot] [PATCH v2 06/15] kirkwood: kconfig: refactor Kconfig and defconfig In-Reply-To: <1407295083-31995-7-git-send-email-yamada.m@jp.panasonic.com> References: <1407295083-31995-1-git-send-email-yamada.m@jp.panasonic.com> <1407295083-31995-7-git-send-email-yamada.m@jp.panasonic.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Masahiro Yamada > [mailto:yamada.m at jp.panasonic.com] > Sent: 06 August 2014 08:48 > To: u-boot at lists.denx.de > Cc: Tom Rini; Simon Glass; Masahiro Yamada; Prafulla > Wadaskar; Luka Perkov > Subject: [PATCH v2 06/15] kirkwood: kconfig: refactor > Kconfig and defconfig > > Becuase the board select menu in arch/arm/Kconfig is > too big, > move the KirkWood board select menu to > kirkwood/Kconfig. > > Consolidate also common settings > (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="kirkwood"). > > Signed-off-by: Masahiro Yamada > > Cc: Prafulla Wadaskar > Cc: Luka Perkov > --- > > Changes in v2: > - Fix some board names pointed out by Luka Perkov. > > arch/arm/Kconfig | 75 ++------- > ------------------ > arch/arm/cpu/arm926ejs/kirkwood/Kconfig | 89 > +++++++++++++++++++++++++++++++++ > board/LaCie/net2big_v2/Kconfig | 8 --- > board/LaCie/netspace_v2/Kconfig | 8 --- > board/LaCie/wireless_space/Kconfig | 8 --- > board/Marvell/dreamplug/Kconfig | 8 --- > board/Marvell/guruplug/Kconfig | 8 --- > board/Marvell/mv88f6281gtw_ge/Kconfig | 8 --- > board/Marvell/openrd/Kconfig | 8 --- > board/Marvell/rd6281a/Kconfig | 8 --- > board/Marvell/sheevaplug/Kconfig | 8 --- > board/Seagate/dockstar/Kconfig | 8 --- > board/Seagate/goflexhome/Kconfig | 8 --- > board/buffalo/lsxl/Kconfig | 8 --- > board/cloudengines/pogo_e02/Kconfig | 8 --- > board/d-link/dns325/Kconfig | 8 --- > board/iomega/iconnect/Kconfig | 8 --- > board/karo/tk71/Kconfig | 8 --- > board/keymile/km_arm/Kconfig | 8 --- > board/raidsonic/ib62x0/Kconfig | 8 --- > configs/d2net_v2_defconfig | 1 + > configs/dns325_defconfig | 1 + > configs/dockstar_defconfig | 1 + > configs/dreamplug_defconfig | 1 + > configs/goflexhome_defconfig | 1 + > configs/guruplug_defconfig | 1 + > configs/ib62x0_defconfig | 1 + > configs/iconnect_defconfig | 1 + > configs/inetspace_v2_defconfig | 1 + > configs/km_kirkwood_128m16_defconfig | 1 + > configs/km_kirkwood_defconfig | 1 + > configs/km_kirkwood_pci_defconfig | 1 + > configs/kmcoge5un_defconfig | 1 + > configs/kmnusa_defconfig | 1 + > configs/kmsugp1_defconfig | 1 + > configs/kmsuv31_defconfig | 1 + > configs/lschlv2_defconfig | 1 + > configs/lsxhl_defconfig | 1 + > configs/mgcoge3un_defconfig | 1 + > configs/mv88f6281gtw_ge_defconfig | 1 + > configs/net2big_v2_defconfig | 1 + > configs/netspace_lite_v2_defconfig | 1 + > configs/netspace_max_v2_defconfig | 1 + > configs/netspace_mini_v2_defconfig | 1 + > configs/netspace_v2_defconfig | 1 + > configs/openrd_base_defconfig | 1 + > configs/openrd_client_defconfig | 1 + > configs/openrd_ultimate_defconfig | 1 + > configs/pogo_e02_defconfig | 1 + > configs/portl2_defconfig | 1 + > configs/rd6281a_defconfig | 1 + > configs/sheevaplug_defconfig | 1 + > configs/tk71_defconfig | 1 + > configs/wireless_space_defconfig | 1 + > include/configs/dns325.h | 1 - > include/configs/dockstar.h | 1 - > include/configs/dreamplug.h | 1 - > include/configs/goflexhome.h | 1 - > include/configs/guruplug.h | 1 - > include/configs/ib62x0.h | 1 - > include/configs/iconnect.h | 1 - > include/configs/km/km_arm.h | 1 - > include/configs/lacie_kw.h | 1 - > include/configs/lsxl.h | 1 - > include/configs/mv88f6281gtw_ge.h | 1 - > include/configs/openrd.h | 1 - > include/configs/pogo_e02.h | 1 - > include/configs/rd6281a.h | 1 - > include/configs/sheevaplug.h | 1 - > include/configs/tk71.h | 1 - > include/configs/wireless_space.h | 1 - > 71 files changed, 127 insertions(+), 232 deletions(-) Acked-by: Prafulla Wadasdkar Will be pulled latter... Regards... Prafulla . . .