diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-06-16 17:09:27 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-18 21:17:21 +0200 |
commit | 401b8accf8fdade02f40f528812ac081c7a0f432 (patch) | |
tree | 16b88f9e1758fd45e621e2918aa185f59152c267 | |
parent | dfc0c13b1ae1027743e80126855c615c72ffb609 (diff) | |
download | coreboot-401b8accf8fdade02f40f528812ac081c7a0f432.tar.xz |
mainboard/amd,lippert: Drop SIO_PORT from Kconfig
CONFIG_SIO_PORT is not used anywhere and should not be here any way.
Change-Id: I39eb2d668f1da9f89b7ff6eb219af1a48cb29232
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6044
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r-- | src/mainboard/amd/persimmon/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/amd/south_station/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/amd/union_station/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lippert/toucan-af/Kconfig | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index 0979a4ce75..698d74acdd 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -69,10 +69,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig index 0a0fcc4f93..813dcfcda0 100644 --- a/src/mainboard/amd/south_station/Kconfig +++ b/src/mainboard/amd/south_station/Kconfig @@ -69,10 +69,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig index 3e4d87506f..89554350f9 100644 --- a/src/mainboard/amd/union_station/Kconfig +++ b/src/mainboard/amd/union_station/Kconfig @@ -68,10 +68,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y diff --git a/src/mainboard/lippert/frontrunner-af/Kconfig b/src/mainboard/lippert/frontrunner-af/Kconfig index e534dc9b3b..64c9dd5e69 100644 --- a/src/mainboard/lippert/frontrunner-af/Kconfig +++ b/src/mainboard/lippert/frontrunner-af/Kconfig @@ -71,10 +71,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y diff --git a/src/mainboard/lippert/toucan-af/Kconfig b/src/mainboard/lippert/toucan-af/Kconfig index 275f9e52a0..32ea029e64 100644 --- a/src/mainboard/lippert/toucan-af/Kconfig +++ b/src/mainboard/lippert/toucan-af/Kconfig @@ -73,10 +73,6 @@ config RAMBASE hex default 0x200000 -config SIO_PORT - hex - default 0x4e - config ONBOARD_VGA_IS_PRIMARY bool default y |