treewide: Get rid of CONFIG_AZALIA_MAX_CODECS
Get rid of Kconfig symbol introduced at commit 5d31dfa8
High Definition Audio Specification Revision 1.0a says, there
are 15 SDIWAKE bits.
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ib8b656daca52e21cb0c7120b208a2acdd88625e1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62202
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -37,9 +37,6 @@ config SOUTH_BRIDGE_OPTIONS
|
||||
select SOUTHBRIDGE_INTEL_COMMON_WATCHDOG
|
||||
select SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 4
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
@@ -25,9 +25,6 @@ config SOUTHBRIDGE_INTEL_I82801GX
|
||||
|
||||
if SOUTHBRIDGE_INTEL_I82801GX
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 3
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
@@ -24,9 +24,6 @@ config SOUTHBRIDGE_INTEL_I82801IX
|
||||
|
||||
if SOUTHBRIDGE_INTEL_I82801IX
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 4
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
@@ -25,9 +25,6 @@ config SOUTHBRIDGE_INTEL_I82801JX
|
||||
|
||||
if SOUTHBRIDGE_INTEL_I82801JX
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 4
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
@@ -33,9 +33,6 @@ config SOUTH_BRIDGE_OPTIONS
|
||||
select SOUTHBRIDGE_INTEL_COMMON_WATCHDOG
|
||||
select SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 4
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
@@ -41,9 +41,6 @@ config INTEL_LYNXPOINT_LP
|
||||
help
|
||||
Set this option to y for LynxPoint LP (Haswell ULT).
|
||||
|
||||
config AZALIA_MAX_CODECS
|
||||
default 4
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xe8000000
|
||||
|
Reference in New Issue
Block a user