diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-05 05:32:35 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-05 07:45:56 +0100 |
commit | db92eaa252bbafdeee3db38354985a0ccf51f4b1 (patch) | |
tree | 60b80532151f55b9133deb73dc775e61348c168d /src/mainboard/lenovo/g505s/Kconfig | |
parent | fc5dc1c3effb82325a77f2c0c66e95bc7f90de05 (diff) |
lenovo/g505s: Kconfig: Remove unused PIRQ legacy bits
Since this board does not provide a PIRQ table.
Change-Id: I1068dd99c4cecdd2113484fe24ae2bb86a058cb3
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7644
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/g505s/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/g505s/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig index fc3a6ac317..2019f9505b 100644 --- a/src/mainboard/lenovo/g505s/Kconfig +++ b/src/mainboard/lenovo/g505s/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_AGESA_HUDSON select EC_COMPAL_ENE932 select HAVE_OPTION_TABLE - select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER @@ -56,10 +55,6 @@ config HW_MEM_HOLE_SIZE_AUTO_INC bool default n -config IRQ_SLOT_COUNT - int - default 11 - config ONBOARD_VGA_IS_PRIMARY bool default y |