diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-02-24 19:54:15 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-02-26 18:49:02 +0000 |
commit | a86e401c0ee0ee9440788913bf299410df92f9ef (patch) | |
tree | 4d49bcb4fa8b4bd4b4504f250e4e3b3491b1fd09 /src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig | |
parent | f8f2e8c39e54f8126a536d824ba68aaf4e4f4698 (diff) |
mb/gigabyte/ga-h61m-s2pv: fix cosmetic things
Remove unneeded options, note where usbdebug is, reorder devicetree and
clean up dsdt.
Tested, board still boots.
Change-Id: Ice0eff7b9829816aff4d334f4ac4a2fb435a2fb0
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31558
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig b/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig index 39a70f8896..5fba47a90f 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig @@ -40,14 +40,6 @@ config MAINBOARD_PART_NUMBER string default "GA-H61M-S2PV" -config VGA_BIOS_FILE - string - default "pci8086,0102.rom" - -config VGA_BIOS_ID - string - default "8086,0102" - config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x5001 @@ -60,7 +52,7 @@ config MAX_CPUS int default 8 -config USBDEBUG_HCD_INDEX # FIXME: check this +config USBDEBUG_HCD_INDEX # Bottom left port seen from rear int default 2 |