diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-09 11:06:37 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-09 17:50:37 +0100 |
commit | 697c1ed1ff93c3da040dd4bff0cbd1886bd5bf05 (patch) | |
tree | 009da9c8e22fe43ceef7a85d8ff2da9f9f022bac | |
parent | 6a7aeb3b35bc119286c83355af67812b4871467e (diff) |
X201: set default USB debug controller to 2.
The other port is not easily accessible.
Change-Id: I6ea31346a375debcd5fc1c27e4078e3a436715e3
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4635
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r-- | src/mainboard/lenovo/x201/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index 76be9db0ac..8e7ebae968 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -43,6 +43,10 @@ config IRQ_SLOT_COUNT int default 18 +config USBDEBUG_HCD_INDEX + int + default 2 + config DRAM_RESET_GATE_GPIO int default 10 |