coreboot-kgpe-d16/src
Vladimir Serbinenko 1e16142997 Kconfig: Hide BOARD_ID_MANUAL.
board_id() returns an integer which is platform-specific. 0 for one port
is different from 0 for another port. So there is no default board_id()
and hence enabling it on boards other than urara would cause build failure.
Not enabling it on urara or just setting id to "(none)" as is default results
in board_id() = 0 which means urara and an error message on console.

Change-Id: I94618f36a75e7505984bbec345a31fe0fa9cc867
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10379
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
2015-10-11 15:30:55 +00:00
..
acpi
arch arch/x86/bootblock: Do not include non-code files in bootblock.S 2015-10-08 19:11:24 +00:00
commonlib commonlib/helpers.h: handle interaction with other environments 2015-10-02 12:15:47 +00:00
console Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
cpu arch/x86/bootblock: Do not include non-code files in bootblock.S 2015-10-08 19:11:24 +00:00
device realmode/x86: Export vbe_mode_info_valid also in text mode. 2015-10-11 15:01:18 +00:00
drivers Kill lvds_num_lanes 2015-10-11 10:07:17 +00:00
ec chromeec: Fix ACPI compile warnings 2015-09-28 09:34:13 +00:00
include Derive lvds_dual_channel from EDID timings. 2015-10-11 10:07:12 +00:00
lib Derive lvds_dual_channel from EDID timings. 2015-10-11 10:07:12 +00:00
mainboard Kconfig: Hide BOARD_ID_MANUAL. 2015-10-11 15:30:55 +00:00
northbridge Kill lvds_num_lanes 2015-10-11 10:07:17 +00:00
soc Do not show HAVE_MTC on non-tegra210 2015-10-11 09:40:04 +00:00
southbridge x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection 2015-10-07 03:08:58 +00:00
superio superio/smsc: Add support for SMSC DME1737 2015-07-13 17:11:00 +02:00
vendorcode cbfs: add struct cbfsf 2015-10-07 10:46:11 +00:00
Kconfig Kconfig: Hide BOARD_ID_MANUAL. 2015-10-11 15:30:55 +00:00