[PATCH 08/19] commands: move CMD_MIPS_CPUINFO to commands/Kconfig

Holger Schurig holgerschurig at gmail.com
Tue May 13 04:28:17 PDT 2014


Hi,

i thought about having exactly one CONFIG_CMD_CPUINFO. No need for
your steps 2. and 3., because both arch/arm/Makefile and
arch/arm/Makefile could do "obj-$(CONFIG_CMD_CPUINFO) += cpuinfo.o",
you cannot compile for ARM and MIPS at the same time anyway.

However, I decided against it. Because then I'd have to remove the
example "cpuinfo" output from them the Kconfig help.

Just that generally I'd like to have output example in the Kconfig, so
that people see at "make xconfig" time if they want this command or
not. I, for example, don't want "cpuinfo", I know which CPU is
soldered into the board :-)



More information about the barebox mailing list