Oops, wrong type for Kconfig value. Trivial fix
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4742 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5726f92027
commit
824fce488b
|
@ -15,8 +15,8 @@ config DIMM_SUPPORT
|
|||
depends on CPU_AMD_SOCKET_F_1207
|
||||
|
||||
config PCI_IO_CFG_EXT
|
||||
int
|
||||
default 1
|
||||
bool
|
||||
default y
|
||||
depends on CPU_AMD_SOCKET_F_1207
|
||||
|
||||
config EXT_RT_TBL_SUPPORT
|
||||
|
|
Loading…
Reference in New Issue