]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Move the VCI and client arch values to Kconfig
authorAlexander Graf <agraf@suse.de>
Fri, 6 May 2016 19:01:03 +0000 (21:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 14:01:12 +0000 (10:01 -0400)
commit0dac6b4e850cdd934f9b04cecc79fc395127ab29
tree0cf56fdbab7a87f426f5f9e558f8a30467f6704d
parent4570a993d5f330ab05081f7b1070da9bcde9289e
net: Move the VCI and client arch values to Kconfig

We have a bunch of boards that define their vendor class identifier and
client archs in the board files or in the distro config. Move everything
to the generic Kconfig options.

We're missing the distinction between i386 and x86_64, as I couldn't find
any config variable that would tell us the difference. Is that really important
to people? I guess not, so I left it out.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
18 files changed:
configs/ls2080a_emu_defconfig
configs/ls2080a_simu_defconfig
configs/thunderx_88xx_defconfig
configs/vexpress_aemv8a_dram_defconfig
configs/vexpress_aemv8a_juno_defconfig
configs/vexpress_aemv8a_semi_defconfig
configs/vexpress_ca15_tc2_defconfig
configs/vexpress_ca5x2_defconfig
configs/vexpress_ca9x4_defconfig
include/config_distro_defaults.h
include/configs/ls2080a_emu.h
include/configs/ls2080a_simu.h
include/configs/thunderx_88xx.h
include/configs/vexpress_aemv8a.h
include/configs/vexpress_ca15_tc2.h
include/configs/vexpress_ca5x2.h
include/configs/vexpress_ca9x4.h
net/Kconfig