diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-20 19:38:27 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-12-07 21:06:34 +0100 |
commit | 318e481e55e807d5f1218c28036c6a44f25adee3 (patch) | |
tree | be0515247f7d24816f7a193b6de68c5a5196e1b8 /src/Kconfig | |
parent | dc3d5ed3cb12fcae4ed5746d21b3f87169eb0416 (diff) |
Kconfig: Remove ACPI_SSDTX_NUM.
Its scope is limited to a single mainboard and is only to go through ifdef.
Kill it and move the value to the code.
Change-Id: I76a87e2790d57dee8f37b51e33d0689fffd3a59d
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7135
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig index 533bc5c365..7b52589a67 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -356,10 +356,6 @@ config HAVE_ACPI_SLIC bool default n -config ACPI_SSDTX_NUM - int - default 0 - config HAVE_HARD_RESET bool default n |