Remove CONFIG_QEMU option - breakout into other options.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 Aug 2008 15:03:24 +0000 (11:03 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 Aug 2008 15:03:24 +0000 (11:03 -0400)
commit6cb8ba9cb3f8a71ac8e561f477dc2a51a2ecdb7a
tree2d0fd5ad121a5f8711e1dbc4e1eaaa78482207c1
parent484270d5ec465d1b5c02d8d60df9e46578e408e7
Remove CONFIG_QEMU option - breakout into other options.

Define all the required app names in config.h directly.
Control UUID detection via new option - CONFIG_UUID_BACKDOOR.
Don't enable mptable on uniprocessor machines (check use to only be
    done for qemu, but it is needed everywhere).
Also add new option CONFIG_SMBIOS.
src/acpi.c
src/config.h
src/mptable.c
src/smbios.c